Sign in
mingw
/
mingw-w64
/
b390807d82a3ac188ae5d456ad0fbe020fad86d3
/
.
/
mingw-w64-crt
/
stdio
/
fgetpos64.c
blob: 2adb66efb7f748afd19de3174d68503710047feb [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
__cdecl fgetpos64
(
FILE
*
__restrict__
_File
,
fpos_t
*
__restrict__
_Pos
){
return
fgetpos
(
_File
,
_Pos
);
}