projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fgetws implementation.
[kopensolaris-gnu/glibc.git]
/
stdio
/
putc.c
1
#include <stdio.h>
2
#undef putc
3
#define fputc putc
4
#define fputc_unlocked putc_unlocked
5
#include <fputc.c>