Sign in
mojo
/
mojo-tools
/
7c97b4f370e3a86f1a5eef522c829f20cf25eca7
/
.
/
fusl
/
src
/
stdio
/
getchar_unlocked.c
blob: 545febd2e300cf97f82e8555819bce7ba7797b4c [
file
] [
log
] [
blame
]
#include
"stdio_impl.h"
int
getchar_unlocked
(
void
)
{
return
getc_unlocked
(
stdin
);
}