test whole program

This commit is contained in:
2025-08-28 11:21:46 +01:00
parent 3b5d713061
commit 0db2768527

View File

@@ -9,7 +9,6 @@
#include<assert.h>
#include<stdint.h>
#include "malloc.h"
#ifdef _MSC_VER
#define strncasecmp _strnicmp
@@ -52,6 +51,8 @@
// Starting Seed
#define STARTING_SEED 1070
#include "malloc.h"
#define malloc MALLOCCHERI
#define free FREECHERI