7 lines
110 B
C
7 lines
110 B
C
#ifndef KLIBPRINT_H
|
|
#define KLIBPRINT_H
|
|
|
|
void kputc(const char c);
|
|
void kprintf(const char* fmt, ...);
|
|
|
|
#endif |