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