GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
create.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <grass/btree.h>
Include dependency graph for create.c:

Go to the source code of this file.

Functions

int btree_create (BTREE *B, int(*cmp)(const void *, const void *), int incr)
 

Function Documentation

int btree_create ( BTREE *  B,
int(*)(const void *, const void *)  cmp,
int  incr 
)

Definition at line 5 of file create.c.

References malloc(), and NULL.

Referenced by main().