Definition in file eg_ebtree.ex.c.
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include <getopt.h>
#include "eg_ebtree.h"
#include "eg_mempool.h"
Include dependency graph for eg_ebtree.ex.c:

Go to the source code of this file.
Functions | |
| static int | ebt_display (FILE *out_f, EGeBTree_t *root) |
| display the given tree in-order. | |
| static int | ebt_parseargs (int argc, char **argv, unsigned int *s, unsigned int *z) |
| parse external arguments. | |
| static void | ebt_usage (char const *const program) |
| usage function, if we give the wrong number of parameters, we return an error message and print a help. | |
| int | main (int argc, char **argv) |
| Tester program for the projection structure and functions. | |
Variables | |
| static int | verbose = 0 |
1.4.5