#ifndef K_EARLY_PANIC_H #define K_EARLY_PANIC_H void k_early_panic(const char * msg); #endif