X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/b8956e9ee534c889e1974e368c37bb4c4b9d9911..dab22732a0d20c23d783fdf2ff3177732bc18757:/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 */