Copyright Digital Equipment Corp. All rights reserved.

fclose

   Closes a file by flushing any buffers associated with the file
   control block and freeing the file control block and buffers
   previously associated with the file pointer.

   Format

     #include  <stdio.h>

     int fclose  (FILE *file_ptr);
 


Additional information available:

Argument        Description     Return_Values