C語言一些有關字符串操做的庫函數及其頭文件

<string.h>:strcpy(str1,str2)   strcat(str1,str2)   strlen(str)    strcmp(str1,str2) <ctype.h>:   isalpha(chr)  isupper(chr)  islower(chr)  toupper(chr)  tolower(chr) <stdlib.h>:   atoi(str)    atof(st
相關文章
相關標籤/搜索