regorust

Function regoNodeSize

Source
pub unsafe extern "C" fn regoNodeSize(node: *mut regoNode) -> regoSize
Expand description

@brief Returns the number of children of the node. @param node The node. @return The number of children.