Returns the next character from a specified file.
#include <stdio.h> int fgetc (FILE *file_ptr);
See the getc macro in this section.