read(unformatted) 接口

public interface read(unformatted)

从连接的无格式单元中读取字符序列到字符串中。


模块过程

private subroutine read_unformatted(string, unit, iostat, iomsg)

从连接的无格式单元中读取字符序列到字符串中。

参数

类型 意图可选 属性 名称
type(string_type), intent(inout) :: string
integer, intent(in) :: unit
integer, intent(out) :: iostat
character(len=*), intent(inout) :: iomsg