Sign in
◑
Theme
mojo
/
mojo-tools
/
e72c5b36e0633399dfe0f906be25cdf0fc0935be
/
.
/
fusl
/
src
/
stdio
/
getwc.c
blob: 46ec8c56423b87906b4f373d1354d930b0fb2d38 [
file
]
#include
"stdio_impl.h"
#include
<wchar.h>
wint_t
getwc
(
FILE
*
f
)
{
return
fgetwc
(
f
);
}