Contents | < Browse | Browse >

    Fclose()

  SYNOPSIS
    Fclose(fh)

  FUNCTIONS
    Function closes file opened previously with Fopen()

  INPUTS
    fh - filehandle obtained from Fopen()

  RESULT
    none

  SEE ALSO
     Fopen()