Sign in
third-party-mirror
/
mingw-w64
/
dbc05d62a2762e98080b2942038adca7a799bb98
/
.
/
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
);
}