Write manual pages for functions (using any possible ways to do it)
USRTC
- usrtcinit: usrtcinit(), usrtccreate(), usrtcdestroy()
- usrtc_count: usrtc_count(), usrtc_isempty(), usrtc_isfull(), usrtc_set_allocator(), usrtc_allow_dupes()
- usrtc_node_init: usrtc_node_init(), usrtc_node_create(), usrtc_node_destroy(), usrtc_node_getdata(), usrtc_node_setdata(), usrtc_node_getkey()
- usrtc_lookup: usrtc_lookup(), usrtc_insert(), usrtc_delete()
- usrtc_first: usrtc_first(), usrtc_last(), usrtc_next(), usrtc_prev(), usrtc_lower_bound(), usrtc_upper_bound()
- usrtc_convert_to: usrtc_convert_to
Index allocation
- idx_allocator_init: idx_allocator_init(), idx_allocator_destroy()
- idx_allocate: idx_allocate(), idx_reserve(), idx_free()
Inlined lists
- LIST_DEFINE: LIST_DEFINE{macro}, list_init_head(), list_init_node()
Diff:
Diff:
Diff: