#include <stdio.h> int fputc(int c, FILE *stream); int fputs(const char *s, ... stdout). puts() writes the string s and a trailing newline to stdout.
確定! 回上一頁