fgetc
Gets character from file pointer
Description
stringfgetc
intfp
Returns a string containing a single character read from the
file pointed to by fp. Returns &false; on EOF.
The file pointer must be valid, and must point to a file
successfully opened by fopen,
popen, or fsockopen.
See also fread, fopen,
popen, fsockopen, and
fgets.