#ifndef _NTRTL_H // RB trees typedef struct _RTL_RB_TREE { PRTL_BALANCED_NODE Root; PRTL_BALANCED_NODE Min; } RTL_RB_TREE, *PRTL_RB_TREE; #endif View code on GitHub
No description available.