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

3
util.h
View File

@@ -8,7 +8,8 @@
#pragma once
#include <stddef.h>
#include <stdnoreturn.h>
void *emalloc(size_t n);
void die(char *fmt, ...);
noreturn void die(char *fmt, ...);