Seperated chart from box; fixed kkr segfault.

This commit is contained in:
2025-10-18 19:21:22 +02:00
parent c7f218da30
commit 65a1c9f159
8 changed files with 80 additions and 43 deletions

2
util.c
View File

@@ -23,7 +23,7 @@ emalloc(size_t n)
}
void
noreturn void
die(char *fmt, ...)
{
va_list va;