mtree_child
return node number of first child node
- Provided by: liblibrecast-dev (Version: 0.8.0-1.1build1)
- Source: librecast
- Report a bug
return node number of first child node
Librecast library (liblibrecast, -llibrecast)
#include <librecast/mtree.h>
size_t mtree_child(mtree_t *tree, size_t node);
Compile and link with -llibrecast.
The mtree_nnode function returns the node number of the first child of node in tree.
Nodes are numbered from 0 = root.
mtree_child() returns the number of the first child node, or 0 if none.
None.