ftell
- Синтаксис
-
native ftell(file);
Переменная | Описание |
---|---|
file |
Handle to the file |
- Описание
- Gets current position in the file.
- Возвращает
- Value for the file position indicator
native ftell(file);
Переменная | Описание |
---|---|
file |
Handle to the file |