Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
lk
/
3862693d191606e3a4e9d25165f21fced8957ba3
/
.
/
include
/
stdio.h
blob: ebabfca9504de83d9eb2a395af8c2d684d460c8a [
file
] [
log
] [
blame
]
#ifndef
__STDIO_H
#define
__STDIO_H
#include
<debug.h>
#include
<printf.h>
void
putc
(
char
c
);
int
puts
(
const
char
*
str
);
int
getc
(
char
*
c
);
// XXX not really getc
#endif