PANIC
#define PANIC(args...) _thread_exitf(__FILE__, __LINE__, ##args)
# define PANIC(x,y) ;
# define PANIC(x,y) if (x) panic y