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