firstkey Subroutine

Purpose

Returns the first key in the database.

Library

DBM Library (libdbm.a)

Syntax

#include <dbm.h>
datum firstkey ()

Description

The firstkey subroutine returns the first key in the database.

Return Values

Returns a datum structure containing the first key value pair.