Files

18 lines
430 B
C
Raw Permalink Normal View History

2026-08-31 22:49:42 +08:00
#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*/