strncat_s (I, K, 6 - strlen(I)); ... prog.c:40:4: warning: implicit declaration of function 'strncat_s' [-Wimplicit-function-declaration] strncat_s(I, K, ...
確定! 回上一頁