March 2002
Intermediate to advanced
528 pages
21h 29m
English
fgets
string fgets(inthandle, intlength)
Reads a string from the file referenced by
handle; a string of no more than
length characters is returned, but the
read ends at length - 1 (for the
end-of-line character) characters, at an end-of-line character, or at
EOF. Returns false if any error occurs.