summaryrefslogtreecommitdiff
path: root/sys/include/printf.h
blob: 76debc3413e56ac2ed5ba85e6d836b6aeaaaf1e2 (plain)
1
2
3
4
5
6
7
#ifndef _KPRINTF_H
#define _KPRINTF_H

int puts(const char *); 
void printf(const char *, ...);

#endif /* _KPRINTF_H */