X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/033fd4e36c4cceab309b15253194999ab8dddfa2..7aa087a7e0f7829c8c6778fa420e0b5df0d0ca77:/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 */