Next: fread, Previous: fputc, Up: C library functions [Index]
fputc
#include <stdio.h> String new myInput; fgets (myInput, 255, xstdin ()); fputs (myInput, xstdout ());