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