#ifndef INCLUDED_C_INPLACEMSD_H #define INCLUDED_C_INPLACEMSD_H #ifndef INCLUDED_C_MSD_H #include #endif /*INCLUDED_C_MSD_H*/ /* ------------------------------------------------------------------------------------------------------------------ */ /* */ c_err_t c_InPlaceMSD_RadixSort(void* base, c_size_t num, c_size_t elem_size, c_MSD_ExtractorFn extractor, void* args) ; #endif /*INCLUDED_C_INPLACEMSD_H*/