1,stpcpy(),copy a string returning a pointer to its end
char *stpcpy(char *dest,const char *src);
2,
posted on 2015-03-31 18:51 阅读( ...) 评论( ...)
本文共 193 字,大约阅读时间需要 1 分钟。
1,stpcpy(),copy a string returning a pointer to its end
char *stpcpy(char *dest,const char *src);
2,
转载于:https://www.cnblogs.com/ruiy/p/4381744.html