17 integer,
intent(in) :: lunit
18 integer,
intent(out) :: iret
26 call x84(lunit,my_lunit,1)
34 close(lunit, iostat=iret)
recursive subroutine fortran_close(lunit, iret)
Close a Fortran file on the local system.
This module declares and initializes the IM8B variable.
logical, public im8b
Status indicator to keep track of whether all future calls to BUFRLIB subroutines and functions from ...
subroutine x48(IIN4, IOUT8, NVAL)
Encode one or more 4-byte integer values as 8-byte integer values.
subroutine x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.