native
fseek
Syntax
native fseek(file, position, start);
Description
Sets the file position indicator.
Parameters
| file | Handle to the file |
|---|---|
| position | Position relative to what is specified in whence |
| start | SEEK_ constant value of where to see from |
Return
0 on success, a non-zero value otherwise