Sign in
mingw
/
mingw-w64
/
b46a25b433f5adf23418994df484b2e6b3f9e566
/
.
/
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
);
}