[ Next Article |
Previous Article |
Book Contents |
Library Home |
Legal |
Search ]
Communications Technical Reference, Volume 1
dbm_close Subroutine
Purpose
Closes a database.
Library
C Library (libc.a)
Syntax
#include <ndbm.h>
void dbm_close (db)
DBM *db;
Description
The dbm_close 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 dbmclose subroutine.
List of NDBM and DBM Programming References and NDBM Overview in AIX Version 4.3 Communications Programming Concepts.
[ Next Article |
Previous Article |
Book Contents |
Library Home |
Legal |
Search ]