repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
stdio
/
getc.c
blob
eee136a902d0f5f226540e746e012e6888fd1567
1
#include <stdio.h>
2
#undef getc
3
#define fgetc getc
4
#include <fgetc.c>
5
6
weak_alias
(
getc
,
getc_unlocked
)