
Go to the source code of this file.
| #define wio_INCLUDED "wio.h" |
I/O, I/O Types, and I/O Flags -----------------------------
Description:
This interface describes all the i/o names, operators, types associated with i/o, and properties associated with i/o.
Reserved Prefixes:
IOS for IOSTATEMENT members only.
IOU for unit IOITEM members only. IOF for format IOITEM members only. IOC for control IOITEM members only. IOL for list IOITEM members only.
Exported types:
IOSTATEMENT
An enumerated type. The members are a complete set of all I/O statements supported in Fortran 77.
All IOSTATEMENTs are prefixed with IOS.
IOITEM
An enumerated type. The members are a complete set of all item types found in Fortran 77 I/O statements. This includes all of the unit, format, and control information items as well as the i/o list items.
All unit IOITEMs are prefixed with IOU. All format IOITEMs are prefixed with IOF. All control IOITEMs are prefixed with IOC. All list IOITEMs are prefixed with IOL.
Exported data:
none
| enum IOITEM |
| enum IOLIB |
| enum IOSTATEMENT |
1.6.1