summaryrefslogtreecommitdiff
path: root/src/stdlib/qsort.c
AgeCommit message (Expand)Author
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-16merge _qsort.h directly into qsort.cJakob Kaivo
2020-08-15remove the need for a custom structJakob Kaivo
2020-08-15fix off-by-one errorJakob Kaivo
2020-08-15do swaps byte-by-byte to remove the need for allocating buffersJakob Kaivo
2020-08-15first draft of qsort()Jakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo