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


fread

fread Function

#include <stdio.h>

String new myInput;

myInput = "";

fread (myInput, 255, sizeof (char), xstdin ());