fputc, fputs, putc, putchar, puts - output of characters and strings. SYNOPSIS. #include <stdio.h> int fputc(int c, FILE *stream); int fputs(const char *s, ...
確定! 回上一頁