←Prev
CNF and F77
Mixed Language Programming – FORTRAN and C
Next→
TOC ↑
F77_BYTE_TYPE
Define the type BYTE
Description:
Define the C type that corresponds to the FORTRAN type BYTE.
Invocation
F77_BYTE_TYPE
Examples:
F77_BYTE_TYPE
will expand as follows:
All Unix:
signed char
VAX/VMS:
char
←Prev
CNF and F77
Mixed Language Programming – FORTRAN and C
Next→
TOC ↑