Sign in
mojo
/
mojo-tools
/
83365b19d08baa9ba3f254866a59b01eba496f4f
/
.
/
fusl
/
src
/
stdio
/
getchar_unlocked.c
blob: 355ac318d43d2371af6399bf7652d2baabf5d9b4 [
file
]
#include
"stdio_impl.h"
int
getchar_unlocked
(
void
)
{
return
getc_unlocked
(
stdin
);
}