int strncmp ( const char * str1, const char * str2, size_t num );. Compare characters of two strings. Compares up to num characters of the C string str1 to ...
確定! 回上一頁