Sign in
mingw
/
mingw-w64
/
bbd48cb912dbc9c99f0bc0c3104d9dbec6d957d4
/
.
/
mingw-w64-crt
/
stdio
/
fsetpos64.c
blob: ab639f02fd4e5a19840704e2d5874e5718b8167f [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
__cdecl fsetpos64
(
FILE
*
_File
,
const
fpos_t
*
_Pos
){
/* fsetpos already 64bit */
return
fsetpos
(
_File
,
_Pos
);
}