comparison baum.h @ 38:ff01f0f076e4

option_verbose is now global; stuff about warning when (expected) nodes are not there
author meillo@marmaro.de
date Sat, 01 Mar 2008 20:04:08 +0100
parents f0856c177403
children 1ad3d7305e5d
comparison
equal deleted inserted replaced
37:29172b6e802a 38:ff01f0f076e4
1 int option_verbose;
1 2
2 void logit(char* text); 3 void logit(char* text);
3 4
4 struct Node* newNode(char* name, unsigned char value); 5 struct Node* newNode(char* name, unsigned char value);
5 struct Node* insertLast(struct Node* node, struct Node* insert); 6 struct Node* insertLast(struct Node* node, struct Node* insert);