This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdio.h>
int getchar(void);
getchar() is the same as getc(stdin).
fgetc()