Some cleanup of qsort and vec

This commit is contained in:
2025-10-27 00:28:51 +00:00
parent 8ee90f0d06
commit e3863557f5
2 changed files with 10 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
@brief A vector, consisting of a header and some payload (data).
@details The idea is that the user must never actually interact with this
structure directly, only the data involved. Any vector related functions
deal with
will take the pointer to the data and look behind it to get the header.
*/
typedef struct
{