Next: fputs, Previous: fprintf, Up: C library functions [Index]
fputc
#include <stdio.h> Integer new myInput; myInput = fgetc (xstdin ()); fputc (myInput, xstdout ());