c語言中部分字符串操作函數

strcpy(p, p1) 複製字符串  char * strcpy ( char * destination, const char * source ); 將p1字符串內容拷貝到p字符串裏邊 strncpy(p, p1, n) 複製指定長度字符串  char * strncpy(char * destination,const char * source,size_t num);   看str
相關文章
相關標籤/搜索