1cdb_datalen(3)             Library Functions Manual             cdb_datalen(3)
2
3
4

NAME

6       cdb_datalen - get length of data
7

SYNTAX

9       #include <cdb.h>
10
11       unsigned int cdb_datalen(struct cdb *c);
12
13

DESCRIPTION

15       cdb_datalen returns the length of the data associated with the last key
16       you looked up with cdb_find or cdb_findnext.
17
18       Use cdb_datapos to get the position of the data.
19
20

SEE ALSO

22       cdb_datapos(3), cdb_keylen(3), cdb_keypos(3)
23
24
25
26                                                                cdb_datalen(3)
Impressum