Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/verifier/llrbContextWithVerifier.h @ 284:e6bc0a4c2c36
generate C_start_code and C_exit_code
author | mir3636 |
---|---|
date | Sun, 05 Feb 2017 19:08:22 +0900 |
parents | src/llrb/verifier/llrbContextWithVerifier.h@12d8e3c8976d |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/parallel_execution/verifier/llrbContextWithVerifier.h Sun Feb 05 19:08:22 2017 +0900 @@ -0,0 +1,5 @@ +#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);