view src/llrb/verifier/llrbContextWithVerifier.h @ 252:682b1195e604

fix stub
author mir3636
date Thu, 26 Jan 2017 17:38:33 +0900
parents 12d8e3c8976d
children
line wrap: on
line source

#include "llrbContext.h"

unsigned int min_height(struct Node* node, unsigned int height);
unsigned int max_height(struct Node* node, unsigned int height);
void verify_tree_height(struct Node* root);