February 2013
Intermediate to advanced
538 pages
20h 55m
English
fseek
int fseek(resourcehandle, 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.
Read now
Unlock full access