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
/
putc.c
blob
f92ef303b86a271e24a53c334495382bbbf89cdc
1
#include <stdio.h>
2
#undef putc
3
#define fputc putc
4
#define fputc_unlocked putc_unlocked
5
#include <fputc.c>