utils.h (107B)
1 #pragma once 2 3 #include <stdlib.h> 4 5 void panic(const char *fmt, ...); 6 void softpanic(const char *fmt, ...);