index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
getchar.c
blob: df395ca9548dc3591469e0676c334c3e362aba2d (
plain
) (
blame
)
1
2
3
4
5
6
7
#include <stdio.h> #include "getc.h" int getchar(void) { return do_getc(stdin); }