18 lines
430 B
C
18 lines
430 B
C
#ifndef INCLUDED_C_INPLACEMSD_H
|
|
#define INCLUDED_C_INPLACEMSD_H
|
|
|
|
#ifndef INCLUDED_C_MSD_H
|
|
#include <c_MSD.h>
|
|
#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*/
|