Sign in
android
/
platform
/
external
/
musl
/
refs/heads/android13-d4-s2-release
/
.
/
src
/
stdio
/
getwc.c
blob: a5008f0e5ce12b86e28392fe343dfce47bc2982e [
file
] [
log
] [
blame
] [
edit
]
#include
"stdio_impl.h"
#include
<wchar.h>
wint_t
getwc
(
FILE
*
f
)
{
return
fgetwc
(
f
);
}