mtree_nnode
return pointer to mtree node
- Provided by: liblibrecast-dev (Version: 0.8.0-1.1build1)
- Source: librecast
- Report a bug
return pointer to mtree node
Librecast library (liblibrecast, -llibrecast)
#include <librecast/mtree.h>
uint8_t *mtree_nnode(mtree_t *tree, size_t node);
Compile and link with -llibrecast.
The mtree_nnode function returns a pointer to the hash of node node, where 0 = root.
mtree_nnode() returns a pointer to the hash of the numbered node. On error, NULL is returned, and errno is set to indicate the error.