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