ISO Fortran Environment imports and additional kind definitions.
This module provides the following integer and real kinds:
i2
(⇒ int16
)i4
(⇒ int32
)i8
(⇒ int64
)u2
(⇒ int16
)u4
(⇒ int32
)r4
(⇒ real32
)r8
(⇒ real64
)As well as the following input/output units:
stderr
(⇒ error_unit
)stdin
(⇒ input_unit
)stdout
(⇒ output_unit
)