mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-07-11 20:52:57 -07:00
6 lines
83 B
C
6 lines
83 B
C
#include "panic.h"
|
|
|
|
void panic(const char *message) {
|
|
// Panic handling code
|
|
}
|