Files
RockOS/kernel/lib/print.h

7 lines
104 B
C
Raw Normal View History

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