8 lines
100 B
C
8 lines
100 B
C
#ifndef LSORT_H
|
|
#define LSORT_H
|
|
|
|
#include "types.h"
|
|
|
|
int check_sorted(lsort_array_i* array);
|
|
|
|
#endif |