My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
rbtree_iterator.c File Reference
#include <3ds/util/rbtree.h>
#include "rbtree_internal.h"

Go to the source code of this file.

Functions

rbtree_node_trbtree_node_next (const rbtree_node_t *node)
 
rbtree_node_trbtree_node_prev (const rbtree_node_t *node)
 

Function Documentation

rbtree_node_t* rbtree_node_next ( const rbtree_node_t node)

Definition at line 32 of file rbtree_iterator.c.

rbtree_node_t* rbtree_node_prev ( const rbtree_node_t node)

Definition at line 38 of file rbtree_iterator.c.