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


fputc

fputc Function


#include <stdio.h>

Integer new myInput;

myInput = fgetc (xstdin ());
fputc (myInput, xstdout ());