DTCLOSE C-3

NAME

dtclose - close RMS dictionary file

SYNOPSIS

#include <cbase/dirio.h>

dtclose (fp)

DICT *fp;

DESCRIPTION

Dtclose closes an open RMS dictionary file from further I/O.

Fp is the value returned from dtopen(C-3).

SEE ALSO

dtdict(C-3), dtopen(C-3)

Chapter 4,

RMS Programming Guide

NOTES

You must not call dtclose with the value of fp from dtdict(C-3).