PatchworkOS
Loading...
Searching...
No Matches
putc.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
putc
(
int
c,
FILE
* stream)
8
{
9
return
fputc
(c, stream);
10
}
putc
int putc(int c, FILE *stream)
Definition
putc.c:7
file.h
syscalls.h
stdio.h
fputc
_PUBLIC int fputc(int c, FILE *stream)
Definition
fputc.c:7
stdlib.h
FILE
Definition
file.h:34
src
libstd
user
functions
stdio
putc.c
Generated by
1.9.8