strcpy vs. strncpy ... char *strncpy(char *destination, const char *source, size_t num);. 這樣子行了吧,strncpy 自己可以檢查一下目標的大小.
確定! 回上一頁