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

NAME

6       cdb_datapos - get position of data
7

SYNTAX

9       #include <cdb.h>
10
11       uint32 cdb_datapos(struct cdb *c);
12
13

DESCRIPTION

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

SEE ALSO

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