#include <string.h> int strcmp( const char *str1, const char *str2 ); ... The strncmp() function compares at most count characters of str1 and str2.
確定! 回上一頁