RF7FNG - call a Fortran 66 real function.

Usage:

external target
real result, rf7fng
  ...
intres = rf7fng(target, arg1 [, arg2, ...])

Where:

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

Description:

RF7FNG allows a Fortran 77 routine to call a real 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.