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