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