码迷,mamicode.com
首页 > 其他好文 > 详细

C 字符处理函数

时间:2015-03-31 19:45:13      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:

1,stpcpy(),copy a string returning a pointer to its end

char *stpcpy(char *dest,const char *src);

技术分享

技术分享

 

2,

C 字符处理函数

标签:

原文地址:http://www.cnblogs.com/ruiy/p/4381744.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!