Files
Allocator/test/test_allocator.c

8 lines
141 B
C
Raw Normal View History

2026-05-25 15:15:52 -06:00
#include <cmocka.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
int main(void) { return EXIT_SUCCESS; }