mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-29 02:40:02 +00:00
updating base with stuff missing from metagens's base (was in the regular base of raddbg)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Sorts
|
||||
|
||||
#define quick_sort(ptr, count, element_size, cmp_function) qsort((ptr), (count), (element_size), (int (*)(const void *, const void *))(cmp_function))
|
||||
|
||||
Reference in New Issue
Block a user