Returns the next key in a database.
#include <dbm.h>
datum nextkey (key) datum key;
The nextkey subroutine returns the next key in a database.
key | Specifies the input key. This value has no effect on the return value, but must be present. |
Returns a datum structure containing the next key-value pair.
This subroutine is part of Base Operating System (BOS) Runtime.
The dbm_nextkey subroutine.
List of NDBM and DBM Programming References and NDBM Overview in AIX Version 4.3 Communications Programming Concepts.