Sign in
android
/
platform
/
external
/
musl
/
19dce3a772a8cc99215ef15cfb152eb027471c1a
/
.
/
src
/
stdio
/
getwc.c
blob: a5008f0e5ce12b86e28392fe343dfce47bc2982e [
file
] [
log
] [
blame
]
#include
"stdio_impl.h"
#include
<wchar.h>
wint_t
getwc
(
FILE
*
f
)
{
return
fgetwc
(
f
);
}