VMS Help  —  CRTL  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: explode extract
Argument Description Return Values
Close Help