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


getc

getc Function

#include <stdio.h>

Integer new myInput;

myInput = getc (xstdin ());

printf ("%c", myInput asCharacter);