panic.h (95B)
1 #ifndef __PANIC_H 2 #define __PANIC_H 3 4 void panic(const char *fmt, ...); 5 6 #endif /* __PANIC_H */