#ifndef KLIBPRINT_H
#define KLIBPRINT_H
void kprint(const char* str);
void kputc(const char c);
#endif