strncpy ()関数の使用例です。 #include <stdio.h> main() { char buff[100]; strncpy(buff, "abcdefg", 10); printf("1 ...
確定! 回上一頁