Files
lsort/include/lsort.h

8 lines
98 B
C

#ifndef LSORT_H
#define LSORT_H
#include "types.h"
int check_sorted(lsort_array* array);
#endif