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

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Tester program for the projection structure and functions. | |
| static int | parseargs (int argc, char **argv, unsigned int *s, unsigned int *z) |
| parse external arguments. | |
| static void | usage (char const *const program) |
| usage function, if we give the wrong number of parameters, we return an error message and print a help. | |
1.4.5