#ifndef PANIC_H #define PANIC_H void panic(const char *message); #endif // PANIC_H