All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m38s
9 lines
120 B
C
9 lines
120 B
C
#ifndef _ARENA_ALLOC_H
|
|
#define _ARENA_ALLOC_H
|
|
|
|
#include <arena.h>
|
|
|
|
extern struct arena arena;
|
|
|
|
#endif // _ARENA_ALLOC_H
|