Files
mop3/ce/arena_alloc.h
kamkow1 2a891fcdd1
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m38s
Split CE code into multiple files
2026-03-03 20:59:21 +01:00

9 lines
120 B
C

#ifndef _ARENA_ALLOC_H
#define _ARENA_ALLOC_H
#include <arena.h>
extern struct arena arena;
#endif // _ARENA_ALLOC_H