Sign in
mingw
/
mingw-w64
/
38c8142f660b6ba11e7c408f2de1e9f8bfaf839e
/
.
/
mingw-w64-crt
/
stdio
/
ftello.c
blob: 1a63987feac13a668a1f74e2baa3044e3be1c446 [
file
] [
log
] [
blame
]
#include
<stdio.h>
_off_t
ftello
(
FILE
*
stream
){
return
(
_off_t
)
ftello64
(
stream
);
}