Better memory management of arrays and test sample generation
This commit is contained in:
8
test/include/samples.h
Normal file
8
test/include/samples.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LSORTTEST_SAMPLES_H
|
||||
#define LSORTTEST_SAMPLES_H
|
||||
|
||||
#include "../../include/types.h"
|
||||
|
||||
lsort_array* generate_samples(int number);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user