Some cleanup of qsort and vec
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user