原 型:int strcmp(const char *s1, const char *s2);
头 文 件:string.h
返 回 值:负数、零还是正整数,依赖于s1所指向的字符串是小于、等于还是大于s2所指的字符串。
相似函数:memcmp、strcoll、strncmp