ReactOS 0.4.16-dev-937-g7afcd2a
tell.cpp File Reference
#include <corecrt_internal_lowio.h>
#include <stdio.h>
Include dependency graph for tell.cpp:

Go to the source code of this file.

Functions

long __cdecl _tell (int const fh)
 

Function Documentation

◆ _tell()

long __cdecl _tell ( int const  fh)

Definition at line 15 of file tell.cpp.

16{
17 return _lseek(fh, 0, SEEK_CUR);
18}
#define SEEK_CUR
Definition: util.h:63
_Check_return_opt_ _CRTIMP long __cdecl _lseek(_In_ int _FileHandle, _In_ long _Offset, _In_ int _Origin)