Function version of getchar.
fgetchar is equal to getchar, except fgetchar is implemented as a function, but getchar is implemented as a macro.