ClassicOS/kernel/debug.h

7 lines
87 B
C

#ifndef DEBUG_H
#define DEBUG_H
void debug_print(const char *str);
#endif // DEBUG_H