mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
483 B
19 lines
483 B
.TH cdb_firstkey 3 |
|
.SH NAME |
|
cdb_firstkey \- find first physical record in constant database |
|
.SH SYNTAX |
|
.B #include <libowfat/cdb.h> |
|
.br |
|
.B #include <libowfat/uint32.h> |
|
|
|
int cdb_firstkey(struct cdb *\fIc\fR, uint32 *\fIkpos\fR); |
|
|
|
.SH DESCRIPTION |
|
\fBcdb_firstkey\fR finds the physically first record in the constant |
|
database. |
|
|
|
You can use cdb_datapos or cdb_keypos to get \fIposition\fR and |
|
cdb_datalen and cdb_keylen to get \fIlen\fR. |
|
|
|
.SH "SEE ALSO" |
|
cdb_nextkey(3), cdb_successor(3)
|
|
|