getchar


Read one character from standard input

Remark

These functions are not supported by the debugging functions which CS+ provides.

[Classification]

Standard library

[Syntax]

#include <stdio.h>

int getchar(void);

[Return value]

The input character is returned.

Error return does not occur.

[Description]

This function inputs one character from the standard input/output stdin.