Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
stdio
/
getchar_unlocked.c
blob: 355ac318d43d2371af6399bf7652d2baabf5d9b4 [
file
] [
log
] [
blame
]
#include
"stdio_impl.h"
int
getchar_unlocked
(
void
)
{
return
getc_unlocked
(
stdin
);
}