int strncmp(char *lhs, char *rhs, int n);
char *lhs String 2
char *rhs int n The length of the string
char *lhs 字符串1
char *rhs 字符串2
int n 对比的长度