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