Better memory management of arrays and test sample generation

This commit is contained in:
2026-05-15 13:18:01 -05:00
parent de5493e7c6
commit f186ebfca8
12 changed files with 228 additions and 177 deletions

8
test/include/samples.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef LSORTTEST_SAMPLES_H
#define LSORTTEST_SAMPLES_H
#include "../../include/types.h"
lsort_array* generate_samples(int number);
#endif