strncpy 문자열을 n문자 카피 #include <string.h> char *strncpy(char *s1, const char *s2, size_t n);. 문자배열 *s1에 문자열 *s2를 선두에서 n ...
確定! 回上一頁