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