1 2 3 4 5 6
#ifndef PANIC_H #define PANIC_H void panic(const char *message) __attribute__ ((noreturn)); #endif