[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Communications Technical Reference, Volume 1

dbmclose Subroutine

Purpose

Closes a database.

Library

DBM Library (libdbm.a)

Syntax

#include <dbm.h>
void dbmclose (db)
DBM *db;

Description

The dbmclose subroutine closes a database.

Parameters

db Specifies the database to close.

Implementation Specifics

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

Related Information

The dbm_close subroutine.

List of NDBM and DBM Programming References and NDBM Overview in AIX Version 4.3 Communications Programming Concepts.


[ Previous | Next | Contents | Glossary | Home | Search ]