@@ -1,4 +1,7 @@
#define panicf(...) base_panicf(__FILE__, __LINE__, __VA_ARGS__)
#define len(x) (sizeof((x))/sizeof((x)[0]))
#define ilen(x) ((int)len(x))
_Noreturn
void base_panicf(char *file, int line, const char *fmt, ...) {
The note is not visible to the blocked user.