PIO  2.5.4
Functions
Close a File

Close a file in C. More...

Functions

int PIOc_closefile (int ncid)
 Close a file previously opened with PIO. More...
 

Detailed Description

Close a file in C.

Function Documentation

◆ PIOc_closefile()

int PIOc_closefile ( int  ncid)

Close a file previously opened with PIO.

Parameters
ncidthe file pointer
Returns
PIO_NOERR for success, error code otherwise.
Author
Jim Edwards, Ed Hartnett