libsim
Versione 7.2.4
|
Definition of constants related to I/O units. Continua...
Variabili | |
integer, parameter | stdin_unit = 5 |
standard input Continua... | |
integer, parameter | stdout_unit = 6 |
standard output Continua... | |
integer, parameter | stderr_unit = 0 |
standard error Continua... | |
Definition of constants related to I/O units.
This modules defines some integer constants associating the UNIX Input/Output units to Fortran units, which can then used in commands such as READ
, WRITE
and INQUIRE
.
Example of typical use: