Search / Sort
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef INCLUDED_C_INSERTIONSORTX_H
|
||||
#define INCLUDED_C_INSERTIONSORTX_H
|
||||
|
||||
#ifndef INCLUDED_C_SORTCOMPARE_H
|
||||
#include <c_SortCompare.h>
|
||||
#endif /*INCLUDED_C_SORTCOMPARE_H*/
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------------------------ */
|
||||
/* */
|
||||
|
||||
void c_InsertionSortX(void* array, c_size_t array_size, c_size_t item_size, c_SortCompare_t cmp, void* args);
|
||||
|
||||
#endif /*INCLUDED_C_INSERTIONSORTX_H*/
|
||||
Reference in New Issue
Block a user