From e3863557f5762735bc2c911f94a96a84dae2d8f5 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 27 Oct 2025 00:28:51 +0000 Subject: Some cleanup of qsort and vec --- impls/vec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impls/vec.c') diff --git a/impls/vec.c b/impls/vec.c index f73b9fc..442b1cf 100644 --- a/impls/vec.c +++ b/impls/vec.c @@ -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 { -- cgit v1.2.3-13-gbd6f