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
2000-10-13 Michael Fedrowitz <michael@fedrowitz.de>
[glibc.git]
/
stdio
/
putc.c
blob
f35f9775bfd844fd0e9fa977b94dcecd1f1c9b33
1
#include <stdio.h>
2
#undef putc
3
#define fputc putc
4
#define fputc_unlocked putc_unlocked
5
#include <fputc.c>
6
weak_alias
(
putc
,
putc_unlocked
)