2022-08-04 11:40:24 +08:00

8 lines
98 B
C

#include "arm11/util/rbtree.h"
size_t
rbtree_size(const rbtree_t *tree)
{
return tree->size;
}