GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
btree/find.c File Reference
#include <stdio.h>
#include <grass/btree.h>
Include dependency graph for btree/find.c:

Go to the source code of this file.

Functions

int btree_find (const BTREE *B, const void *key, void **data)
 

Function Documentation

◆ btree_find()

int btree_find ( const BTREE B,
const void *  key,
void **  data 
)

Definition at line 4 of file btree/find.c.