[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1


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.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The dbm_firstkey subroutine.

List of NDBM and DBM Programming References and NDBM Overview in AIX 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]