chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more doxygen
[disorder]
/
lib
/
test.c
diff --git
a/lib/test.c
b/lib/test.c
index ed765e7d89eb56a9ce25358d006bd5349c1a23a4..ed9018338c0d04acf3fa3abf06a6ddad03cf287b 100644
(file)
--- 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 */