strcmp - compare two strings ... int strcmp(const char *s1, const char *s2); ... The strcmp() function shall compare the string pointed to by s1 to the ...
確定! 回上一頁