mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-03-10 00:45:20 -07:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
void debug_print(const char *str);
|
|
|
|
#endif // DEBUG_H
|