fputs copies the null-terminated string s to the given output stream; ... write a string to standard output */ fputs("Hello world\n", stdout); return 0; }.
確定! 回上一頁