NuSDaS Interface Reference Manual
/* C */
int
nusdas_allfile_close(closemode)
! Fortran
SUBROUTINE NUSDAS_ALLFILE_CLOSE(closemode, iostat)
| symbol | Fortran | C |
| closemode | (should be symbol in header) | (should be macro in header) |
| iostat | INTEGER, INTENT(OUT) | (not used) |
closemodeOne of following symbols defined in header file:
all files opened as read-only are closed.
all files opened as writable are closed.
all files are closed.
iostatsee following section, RETURN VALUE.
| > 0 | Succeeded. The value is number of files successfully closed. |
| < 0 | Error: the absolute value is number of files that cause error. |