X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/033fd4e36c4cceab309b15253194999ab8dddfa2..6f3acea989cf8191569cc59d492722662fb25464:/lib/test.c diff --git a/lib/test.c b/lib/test.c index ed765e7..ed90183 100644 --- a/lib/test.c +++ b/lib/test.c @@ -377,6 +377,8 @@ static void test_casefold(void) { /** @brief Less-than comparison function for integer heap */ static inline int int_lt(int a, int b) { return a < b; } +/** @struct iheap + * @brief A heap with @c int elements */ HEAP_TYPE(iheap, int, int_lt); /** @brief Tests for @ref heap.h */