| #include <stdio.h> | |
| int getc(FILE *fp); | |
| int fgetc(FILE *fp); | |
| int getchar(void); | |
| /* All three return: next character if OK, EOF on end of file or error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment