Close the file specified by the file descriptor fid.
If successful, fclose
returns 0, otherwise, it returns -1. The
second form of the fclose
call closes all open files except
stdin
, stdout
, stderr
, and any FIDs associated
with gnuplot.
See also: fopen, fflush, freport.
Package: octave