原型:extern int strcmp(char *s1,char * s2); 用法:#include <string.h> ... 时,返回值<0 当s1=s2时,返回值=0 当s1>s2时,返回值>0 举例: // strcmp.c #include ...
確定! 回上一頁