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


fputs

fputc Function

#include <stdio.h>

String new myInput;

fgets (myInput, 255, xstdin ());
fputs (myInput, xstdout ());