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

Technical Reference: Communications, 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.

Related Information

The dbmclose 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 ]