Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
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
);
}