Fortran-lang/stdlib
贡献和规范
源文件
模块
过程
抽象接口
派生类型
read(unformatted)
接口
3 条语句
源文件
stdlib_string_type.fypp
stdlib_string_type
read(unformatted)
内容
模块过程
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