|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <btree.h>

Data Fields | |
| BTREE_NODE * | node |
| int | tlen |
| int | N |
| int | incr |
| int | cur |
| int(* | cmp )(const void *, const void *) |
| int BTREE::cur |
Definition at line 16 of file btree.h.
Referenced by btree_rewind().
| BTREE_NODE* BTREE::node |