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