F77_SUBROUTINE
Declare a SUBROUTINE
Description:
Declare a C function that will be
called from FORTRAN as though it were a subroutine.
Invocation
F77_SUBROUTINE(name)
Arguments
name
The name of the function to be declared.
Examples:
F77_SUBROUTINE(name)
will expand as follows:
All Unix: | void name_ |
VAX/VMS: | void name |