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
/
getc.c
1
#include <stdio.h>
2
#undef getc
3
#define fgetc getc
4
#include <fgetc.c>
5
6
weak_alias (getc, getc_unlocked)