2005-11-25 15:02:31 +00:00
|
|
|
.TH cdb_keypos 3
|
|
|
|
.SH NAME
|
|
|
|
cdb_keypos \- get position of key
|
|
|
|
.SH SYNTAX
|
2017-05-13 22:51:26 +00:00
|
|
|
.B #include <libowfat/cdb.h>
|
2005-11-25 15:02:31 +00:00
|
|
|
|
|
|
|
uint32 cdb_keypos(struct cdb *\fIc\fR);
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B cdb_keypos
|
|
|
|
returns the position of the key cdb_firstkey or cdb_nextkey found.
|
|
|
|
|
|
|
|
Use cdb_keylen to get the length of the key.
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
cdb_keylen(3), cdb_datapos(3), cdb_datalen(3)
|