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