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