fclose
|
File Input/Output functions |
SYNTAX | fclose( filehandle ) |
RETURNS | NOTHING |
FUNCTION | Closes a file.
The filehandle (NUMBER) should be the handle returned by fopen function. |
EXAMPLE | fh = fopen( "myfile.txt", "w"); |
SEE ALSO | fopen() function , fputs() function , fgets() function |
The fclose function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.