mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-11-22 08:35:27 -08: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
|