GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>
#include <stdlib.h>
#include <grass/btree.h>
Go to the source code of this file.
Functions | |
int | btree_create (BTREE *B, int(*cmp)(const void *, const void *), int incr) |
int btree_create | ( | BTREE * | B, |
int(*)(const void *, const void *) | cmp, | ||
int | incr | ||
) |