C-Library File IO Routines

PVK_close( )

File Close

Format

int PVK_close(int fh);

Where:

fh          File handle returned from a prior call to PVK_OpenExt( )

Description

PVK_close( ) closes the file and releases all resources (memory) associated with the specified file handle.