字符串函数
几个常见字符串处理函数 /* * * str开头的函数部分 * In the following functions, variables s and t are of type char *; * cs and ct are of type const char *; n is of type size_t; * and c is an int converted to char. */ // strcpy – copy string ct to string s, including [...]
Read the rest of this entry »