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