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