getchar()

This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.

Syntax

  #include <stdio.h>
  
  int getchar(void);

  
Description

getchar() is the same as getc(stdin).

Return
See also

fgetc()