index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
fgetc.c
blob: 2578afccd28ac8f75e8bb470e99ca74015cb75f2 (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
<stdio.h>
#include
"getc.h"
int
fgetc
(
FILE
*
f
)
{
return
do_getc
(
f
);
}