#ifndef PANIC_H #define PANIC_H #include void panic(char *message) __attribute__ ((noreturn)); #endif