repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
support clang internal assembler when building for arm as thumb2 code
[musl.git]
/
src
/
stdio
/
getchar.c
blob
c10126581bf95d532e974fe30f6d2646a0ef8db6
1
#include <stdio.h>
2
3
int
getchar
(
void
)
4
{
5
return
fgetc
(
stdin
);
6
}