1cdb_datapos(3) Library Functions Manual cdb_datapos(3)
23
4
NAME
6cdb_datapos - get position of data
7
SYNTAX
9#include <cdb.h>
1011
uint32 cdb_datapos(struct cdb *c);
1213
DESCRIPTION
15cdb_datapos returns the position of the data associated with the last
16key you looked up using cdb_find or cdb_findnext.
1718
Use cdb_datalen to get the length of the data.
1920
SEE ALSO
22cdb_datalen(3), cdb_keypos(3), cdb_keylen(3)
2324
25
26
cdb_datapos(3)