BOOTSTRAP (klibdb) functions


LIBRARY ROUTINE

kdbm_lseek - move read/write pointer of the key pointer

LIBRARY CALL

int kdbm_lseek(
    kdbm   *dbf,
    kdatum key,
    int     offset,
    int     whence)

INPUT

OUTPUT

none

RETURN VALUE

returns -1 or the new seeked position

DESCRIPTION

This function is used to seek to the position of the database relative to the given key.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/klibdb/src/kdbm.c

SEE ALSO

klibdb(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.