fix: comment

This commit is contained in:
2026-01-15 20:12:12 +02:00
parent 4bf1ccd9e7
commit b5f532a1d5

View File

@@ -25,7 +25,8 @@
#define NIARENA_FREE(p) free(p)
#endif
// Definitions
// TODO: clone with pointer + size
typedef struct _NIArena {
void *buffer;
size_t capacity;