Name

getchar macro — Reads a character from stdin

Synopsis

int getchar(  )

The getchar macro is equivalent to getc(stdin).