man strcmp, ... #include <string.h> int strcmp(const char *s1, const char *s2); int strncmp(const char *s1, const char *s2, size_t n); La fonction strcmp() ...
確定! 回上一頁