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

Go to the source code of this file.

Functions

rbtree_node_trbtree_min (const rbtree_t *tree)
 
rbtree_node_trbtree_max (const rbtree_t *tree)
 

Function Documentation

rbtree_node_t* rbtree_max ( const rbtree_t tree)

Definition at line 30 of file rbtree_minmax.c.

rbtree_node_t* rbtree_min ( const rbtree_t tree)

Definition at line 20 of file rbtree_minmax.c.