fseek
- Синтаксис
-
native fseek(file, position, start);
Переменная | Описание |
---|---|
file |
Handle to the file |
position |
Position relative to what is specified in whence |
start |
SEEK_ constant value of where to see from |
- Описание
- Sets the file position indicator.
- Возвращает
- 0 on success, a non-zero value otherwise