NCEPLIBS-bufr 11.7.1
fortran_close.f90
Go to the documentation of this file.
1
3
10
11subroutine fortran_close(lunit, iret)
12 implicit none
13 integer, intent(in) :: lunit
14 integer, intent(out) :: iret
15 close(lunit, iostat=iret)
16 return
17end
subroutine fortran_close(lunit, iret)