Currently At: Programming Reference > C Reference > Stndard C I/O > fclose()

fclose()


Syntax:
#include <stdio.h>
int fclose( FILE *stream );


Description:
The function fclose() closes the given file stream, deallocating any buffers associated with that stream. fclose() returns 0 upon success, and EOF otherwise.

Related Topics:
fopen(), freopen(), fflush()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions