index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
getchar_unlocked.c
blob: 355ac318d43d2371af6399bf7652d2baabf5d9b4 (
plain
) (
blame
)
1
2
3
4
5
6
#include
"stdio_impl.h"
int
getchar_unlocked
(
void
)
{
return
getc_unlocked
(
stdin
);
}