PatchworkOS
Loading...
Searching...
No Matches
getc.c
Go to the documentation of this file.
1
#include <
stdio.h
>
2
#include <
stdlib.h
>
3
4
#include "
user/common/file.h
"
5
#include "
user/common/syscalls.h
"
6
7
int
getc
(
FILE
* stream)
8
{
9
return
fgetc
(stream);
10
}
getc
int getc(FILE *stream)
Definition
getc.c:7
file.h
syscalls.h
stdio.h
fgetc
_PUBLIC int fgetc(FILE *stream)
Definition
fgetc.c:7
stdlib.h
FILE
Definition
file.h:34
src
libstd
user
functions
stdio
getc.c
Generated by
1.9.8