Files
lsort/include/lsort.h
2026-05-06 05:46:50 -05:00

8 lines
100 B
C

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