Files

8 lines
141 B
C
Raw Permalink Normal View History

#ifndef LSORTTEST_SAMPLES_H
#define LSORTTEST_SAMPLES_H
#include "../../include/types.h"
lsort_array* generate_samples(int number);
#endif