mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-29 02:40:02 +00:00
finished with base?
This commit is contained in:
+5
-3
@@ -1,8 +1,10 @@
|
||||
|
||||
|
||||
#ifdef INTELLISENSE_DIRECTIVES
|
||||
# include "platform.h"
|
||||
#endif
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Sorts
|
||||
|
||||
#ifndef quick_sort
|
||||
#define quick_sort(ptr, count, element_size, cmp_function) qsort((ptr), (count), (element_size), (int (*)(const void *, const void *))(cmp_function))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user