摘要:
函数原型:char * strncpy ( char * destination, const char * source, size_t num );功能:从字符串source中复制 num个字符到字符串destination中,返回指向字符串destination的指针。使用注意:destina... 阅读全文
posted @ 2014-08-10 16:41
gongpixin
阅读(504)
评论(0)
推荐(0)