fgets () reads in at most one less than size characters from stream and stores them ... getchar(void);char *gets(char *s);int ungetc(int c, FILE *stream); ...
確定! 回上一頁