Files
cig/_allocator_impl.c
T
2025-10-03 22:05:00 +02:00

6 lines
176 B
C

// This is used to have a single file that implements the allocators when all
// the test files are compiled together.
#define ALLOCATOR_IMPLEMENTATION
#include "allocator.h"