函式簡介原型:extern int strcmp(const char *s1,const char * s2); 用法:#include <string.h> 功能:比較字串s1和s2。 說明: 當s1<s2時,返回值<0 ...
確定! 回上一頁