MicrOS
getchar.c File Reference
#include "../stdio.h"

Functions

int getchar ()
 Get character from stdin. More...
 

Function Documentation

◆ getchar()

int getchar ( )

Get character from stdin.

Returns the next character from the standard input.

Returns
On success, the character read is returned. If the position indicator was at the end-of-file, the function returns EOF.