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