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