SURFEX v8.1
General documentation of Surfex
bbt.h
Go to the documentation of this file.
1 #ifndef _BBT_H
2 #define _BBT_H
3 
4 
5 void bbt_insert_bbt(void *, void *, int (*)());
6 void bbt_delete_bbt(void *, void *, int (*)());
7 
8 #define BBT_HEADER(self) int priority; struct self *left, *right
9 
10 
11 #endif
void bbt_insert_bbt(void *, void *, int(*)())
Definition: bbt.c:111
void bbt_delete_bbt(void *, void *, int(*)())
Definition: bbt.c:77