#include <dbm.h>
int store (key, content) datum key, content;
The store subroutine places data under a key.
key | Specifies the input key. |
content | Specifies the value associated with the key to store. |
Upon successful completion, this subroutine returns a value of 0. If unsuccessful, the subroutine returns a negative value.
This subroutine is part of Base Operating System (BOS) Runtime.
The dbm_store subroutine.
List of NDBM and DBM Programming References and NDBM Overview in AIX Version 4.3 Communications Programming Concepts.