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