GINO Graphics Suite - GINO v9.0  

gFclose

Syntax

[C/C++:]
int gFclose(GFILE *fp);
[F90:]
integer function gFclose(unit)
integer, intent(in) :: unit

Arguments

fp
GINO-C file pointer

unit
F90 file unit

Description

The routine gFclose() closes the GINO file unit that was opened with gFopen(). The routine returns 0 if the close is successful or an error code if not. In the C library this will be EOF (from <stdio.h>).

See Also

gFclose Usage
gFopen