int fputs( const char *str, FILE *stream ); ... prints formatted output to stdout, a file stream or a buffer ... writes a character string to stdout
確定! 回上一頁