@@ -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;
The note is not visible to the blocked user.