Program Listing for File inttree_node.h

Return to documentation for file (rcsw/ds/inttree_node.h)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "rcsw/ds/inttree.h"

/*******************************************************************************
 * RCSW Private Functions
 ******************************************************************************/
BEGIN_C_DECLS

void inttree_node_update_max(struct inttree_node* node);

/* \endcond */

END_C_DECLS