strncmp函數

函數原型:extern int strcmp(char *str1,char * str2,int n) 參數說明:str1爲第一個要比較的字符串,str2爲第二個要比較的字符串,n爲指定的str1與str2的比較的字符數。         所在庫名:#include <string.h>   函數功能:比較字符串str1和str2的前n個字符。   返回說明:返回整數值:當str1<str2時,
相關文章
相關標籤/搜索