linux C經常使用的字符串操做函數

/字符串長度函數/   size_t strlen(const char *string); /不受限制的字符串函數/   char *strcpy(char *dst, const char *src);   char *strcat(char *dst, const char *src);   int strcmp(const char *s1, const char *s2); /長度受限的
相關文章
相關標籤/搜索