SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
XRD44
support
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
bbt_insert_bbt
void bbt_insert_bbt(void *, void *, int(*)())
Definition:
bbt.c:111
bbt_delete_bbt
void bbt_delete_bbt(void *, void *, int(*)())
Definition:
bbt.c:77
Generated on Tue Jan 16 2018 16:23:21 for SURFEX v8.1 by
1.8.13