1 2 3 4 5 6
#ifndef KERN_PANIC_H_ #define KERN_PANIC_H_ _Noreturn void panic(const char* fmt, ...); #endif