March 2002
Intermediate to advanced
528 pages
21h 29m
English
fseek
int fseek(inthandle, intoffset[, intfrom])
Moves the file pointer in handle to the
byte offset. If
from is specified, it determines how to
move the file pointer. from must be one of
the following values:
|
|
Sets the file pointer to the byte |
|
|
Sets the file pointer to the current location plus
|
|
|
Sets the file pointer to EOF minus |
This function returns 0 if the function was
successful and -1 if the operation failed.