March 2002
Intermediate to advanced
528 pages
21h 29m
English
fgetc
string fgetc(int handle)
Returns the character at the marker for the file referenced by
handle and moves the marker to the next
character. If the marker is at the end of the file, the function
returns false.