Merge branch 'master' of git.sr.ht:~lolzdev/topaz

This commit is contained in:
Lorenzo Torres 2025-11-12 15:16:37 +01:00
commit 4b18afa040
9 changed files with 95680 additions and 7 deletions

View file

@ -1,7 +1,7 @@
/* SPDX-License-Identifier:BSD-3-Clause */
#ifndef ARENA_H
#define ARENA_H
#include "../types.h"
#include "../core/types.h"
typedef struct {
usize capacity;