engine: Added error handling setup and arena allocator stub
authorLukas Krickl <lukas@krickl.dev>
Mon, 23 Feb 2026 07:22:53 +0000 (08:22 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 23 Feb 2026 07:22:53 +0000 (08:22 +0100)
commit15cbe531afe9e7ca7ee886b04b146bbfe5851323
tree57a2383d787ce9ef748e6c19d6f3e505cbcd1a99
parent4a235ba48c3c0f059d426f5af557fa4e5ee60832
engine: Added error handling setup and arena allocator stub
STYLE.md
makefile
src/lrts.c
src/lrts.h
src/u_arena.c [new file with mode: 0644]
src/u_arena.h [new file with mode: 0644]
src/u_defs.h
src/u_errno.h [new file with mode: 0644]
src/u_log.c
src/u_math.c
src/u_rand.c