File: cdb_keylen.3

package info (click to toggle)
libowfat 0.34-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,288 kB
  • sloc: ansic: 20,181; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH cdb_keylen 3
.SH NAME
cdb_keylen \- get length of key
.SH SYNTAX
.B #include <libowfat/cdb.h>

unsigned int cdb_keylen(struct cdb *\fIc\fR);

.SH DESCRIPTION
.B cdb_keylen
returns the length of the key cdb_firstkey or cdb_nextkey found.

Use cdb_keypos to get the position of the key.

.SH "SEE ALSO"
cdb_keypos(3), cdb_datalen(3), cdb_datapos(3)