Search / Sort

This commit is contained in:
2026-08-30 22:24:45 +08:00
parent 3a4717a9d8
commit 0cb98557da
75 changed files with 7570 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef INCLUDED_C_SORTCOMPARE_H
#define INCLUDED_C_SORTCOMPARE_H
#ifndef INCLUDED_C_TYPES_H
#include <c_Types.h>
#endif /*INCLUDED_C_TYPES_H*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
typedef int (*c_SortCompare_t)(const void* a, const void* b, void* args);
#endif /*INCLUDED_C_SORTCOMPARE_H*/