fseek

fseek -- Seeks on a file pointer

Description

int fseek ( int fp, int offset [, int whence])

Sets the file position indicator for the file referenced by fp .The new position , measured in bytes from the beginning of the file , is obtained by adding offset to the position specified by whence , whose values are defined as follows :



הערה :