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