Files
RockOS/kernel/lib/print.h

6 lines
78 B
C

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