#include "xchildlist_private.h"
Go to the source code of this file.
Functions | |
void | _childlist_add_elem (Childlist_t *childlist) |
_childlist_add_elem - internal use to reallocate the childlist array to new size You didn't need to call this More... | |
void _childlist_add_elem | ( | Childlist_t * | childlist | ) |
_childlist_add_elem - internal use to reallocate the childlist array to new size
You didn't need to call this
*childlist | - pointer to the Childlist_t |
Definition at line 23 of file xchildlist_private.c.
References Childlist_t::cap, Childlist_t::childs, Childlist_t::elem, and Childlist_t::size.