Loading

摘要: 关于strncpy()、strncat()中的参数n的问题? char * strncpy ( char * destination, const char * source, size_t num ) 功能:从source中复制num个字符到destination中。 1、若strlen(sour 阅读全文
posted @ 2024-04-16 17:04 eiSouthBoy 阅读(104) 评论(0) 推荐(0)