mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 09:01:27 -07:00
6 lines
108 B
C
6 lines
108 B
C
#include "debug.h"
|
|
|
|
void debug_print(const char *str) {
|
|
// Implementation for printing debug messages
|
|
}
|