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