Next: getcwd, Previous: getc, Up: C library functions [Index]
getchar
#include <stdio.h> Integer new myInput; myInput = getchar (); printf ("%c", myInput asCharacter);