Sign in
third-party-mirror
/
mingw-w64
/
53b69ff3e3f267ccab95a84f9cc0be133f996eb1
/
.
/
mingw-w64-crt
/
stdio
/
ftello64.c
blob: 03065766d5bcb8effc375a8aad406f2d92d7b7e7 [
file
] [
log
] [
blame
]
#include
<stdio.h>
_off64_t
ftello64
(
FILE
*
stream
)
{
return
(
_off64_t
)
_ftelli64
(
stream
);
}