March 2002
Intermediate to advanced
528 pages
21h 29m
English
fwrite
int fwrite(inthandle, stringstring[, intlength])
Writes string to the file referenced by
handle. The file must be open with write
privileges. If length is given, only that
many bytes of the string will be written. Returns the number of bytes
written, or -1 on error.