GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-7413740dd8
btree/update.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <grass/btree.h>
Include dependency graph for btree/update.c:

Go to the source code of this file.

Functions

int btree_update (BTREE *B, const void *key, int keylen, const void *data, int datalen)
 

Function Documentation

◆ btree_update()

int btree_update ( BTREE B,
const void *  key,
int  keylen,
const void *  data,
int  datalen 
)

Definition at line 8 of file btree/update.c.