PatchworkOS
966e257
A non-POSIX operating system.
Theme:
Default
Round
Robot
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
stdio.h
fputc
_PUBLIC int fputc(int c, FILE *stream)
Definition
fputc.c:7
stdlib.h
FILE
Definition
file.h:34
syscalls.h
src
libstd
user
functions
stdio
putc.c
Generated on Mon Dec 15 2025 21:55:53 for PatchworkOS by
1.9.8