2、自己实现一个高效并且安全的字符串拷贝函数sstrncpy,开头的s 代表safe. /* safe strncpy */. char *sstrncpy(char *dest, const char *src, ...
確定! 回上一頁