mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 17:11:26 -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
|