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