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