|
libsim
Versione7.1.6
|
Definition of constants related to I/O units. Continua...
Attributi pubblici | |
| 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:
Definizione alla linea 222 del file io_units.F90.