Files
cig/_allocator_impl.c
T
2025-10-11 03:31:23 +02:00

6 lines
170 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 "cig.h"