Next: , Previous: , Up: C library functions   [Index]


getchar

getchar Function

#include <stdio.h>

Integer new myInput;

myInput = getchar ();

printf ("%c", myInput asCharacter);