mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-19 20:05:20 -08:00
6 lines
83 B
C
6 lines
83 B
C
#include "panic.h"
|
|
|
|
void panic(const char *message) {
|
|
// Panic handling code
|
|
}
|