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

Technical Reference: Communications, Volume 1

store Subroutine

Purpose

Places data under a key.

Library

DBM Library (libdbm.a)

Syntax

#include <dbm.h>


int store ( key, content)
datum key, content;

Description

The store subroutine places data under a key.

Parameters

key Specifies the input key.
content Specifies the value associated with the key to store.

Return Values

Upon successful completion, this subroutine returns a value of 0. If unsuccessful, the subroutine returns a negative value.

Related Information

The dbm_store subroutine.

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

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