fputc () writes the character c, cast to an unsigned char, to stream. fputs() writes the string s to stream, without its terminating null byte (aq\0aq). putc() ...
確定! 回上一頁