#ifndef LSORT_RADIX_H #define LSORT_RADIX_H #include "types.h" int lsort_radix(lsort_array* array, lsort_array* return_array); #endif