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

View File

@@ -3,6 +3,6 @@
#include "types.h"
int check_sorted(lsort_array_i* array);
int check_sorted(lsort_array* array);
#endif