exit_reason_unit Function

public pure function exit_reason_unit()

Returns the file unit number associated with the exit_reason file

Arguments

None

Return Value integer


Contents

Source Code


Source Code

  pure integer function exit_reason_unit ()
    implicit none
    exit_reason_unit = exit_reason_unit_no
  end function exit_reason_unit