Fortran-lang/stdlib
贡献和规范
源文件
模块
过程
抽象接口
派生类型
error_stop
接口
6 个语句
源文件
stdlib_error.f90
stdlib_error
error_stop
内容
无
接口
public module subroutine error_stop(msg, code)
参数
类型
意图
可选
属性
名称
character(len=*),
intent(in)
::
msg
integer,
intent(in),
optional
::
code
描述
提供对
error stop
的调用,并允许用户指定代码和消息 (
规范
)