Allocator interface better

This commit is contained in:
2026-05-26 12:46:06 -06:00
parent 50406e3819
commit 83a8100388
3 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
#include "allocator.h"
#include <stdio.h>
#include <stdlib.h>
int main(void) { return EXIT_SUCCESS; }

View File

@@ -1,4 +1,3 @@
#include "allocator.h"
#include <cmocka.h>
#include <setjmp.h>
#include <stdarg.h>

View File

@@ -18,7 +18,7 @@ set_showmenu(true)
option_end()
option("example")
set_default(true)
set_default(false)
set_showmenu(true)
option_end()