int fputs(const char *s, FILE *stream); ... The function has the same effect as fputc(c, stdout) , writing a character to the stream stdout .
確定! 回上一頁