Sets the absolute position of the file pointer for the next I/O operation.
#include <io.h> long ltell (int handle); long64 _ltell64 (int handle);
handle
This function is equivalent to:
lseek (handle, 0L, SEEK_CUR)
EBADF | Invalid file descriptor. |
EIMPL | Library call is not implemented in the current configuration |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/io.h | io.h | clib.lib |