ReactOS 0.4.16-dev-927-g467dec4
telli64.cpp File Reference
#include <corecrt_internal_lowio.h>
#include <stdio.h>
Include dependency graph for telli64.cpp:

Go to the source code of this file.

Functions

__int64 __cdecl _telli64 (int const fh)
 

Function Documentation

◆ _telli64()

__int64 __cdecl _telli64 ( int const  fh)

Definition at line 15 of file telli64.cpp.

16{
17 return _lseeki64(fh, 0, SEEK_CUR);
18}
#define SEEK_CUR
Definition: util.h:63
__int64 CDECL _lseeki64(int fd, __int64 offset, int whence)
Definition: file.c:1138