DCLOSE C-3

NAME

dclose - close RMSfile

SYNOPSIS

#include dclose (fcb) DFILE *fcb;

DESCRIPTION

Dclose closes an opened RMSfile from any further I/O activity. Fcb is the file block pointer returned by dlopen(C-3) or dopen(C-3).

SEE ALSO

dlopen(C-3), dopen(C-3) Chapter 4, RMS Programming Guide DIAGNOSTICS Dclose returns a value of BAD (-1) if fcb is not an opened file block pointer.

 

NOTES