IF7FNG - call a Fortran 66 integer function.

Usage:

external target
integer intres, if7fng
  ...
intres = if7fng(target, arg1 [, arg2 ...])

Where:

target
is the name of the Fortran 66 function to be called.
arg1, arg2 ...
are the arguments of function "target".
intres
is the integer result returned.

Description:

IF7FNG allows a Fortran 77 routine to call an integer function which uses the Fortran 66 call sequence.

See Also:

expl f77 lib f7calg
for more notes about calling Fortran 66 routines from Fortran 77.

Copyright © 1996, Thinkage Ltd.