index
:
wasi-libc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc-top-half
/
musl
/
src
/
stdio
/
getchar.c
blob: df395ca9548dc3591469e0676c334c3e362aba2d (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
#include
"getc.h"
int
getchar
(
void
)
{
return
do_getc
(
stdin
);
}