F77_type_FUNCTION Declare a FORTRAN
function
Description:
Declare a C function that will be called from FORTRAN as though it
were a FORTRAN function of the appropriate type. (type not LOCATOR.)
Invocation
F77_type_FUNCTION(name)
Arguments
name
The name of the function to be declared.
Examples:
F77_type_FUNCTION(name)
will expand as follows:
All Unix: | F77_type_TYPE name_ |
VAX/VMS: | F77_type_TYPE name |
where F77_type_TYPE
expands to the appropriate C type.