7 lines
104 B
C
7 lines
104 B
C
#ifndef KLIBPRINT_H
|
|
#define KLIBPRINT_H
|
|
|
|
void kprint(const char* str);
|
|
void kputc(const char c);
|
|
|
|
#endif |