sort.h is an implementation of a ton of sorting algorithms in C with a user-defined type that is provided at include time.
vcpkg install swenson-sortNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sort an integer array using SORT_INT macro
Define SORT_TYPE macro to the type you want to sort (e.g., #define SORT_TYPE int) before including sort.h
No dependency data recorded yet.
No resource links recorded.