UTIL_PLOC

Returns address of its argument

Invocation

INTEGER ADDR

Description

Returns the address of its argument. Used by Fortran programs which want to construct pointers from variables. Function is identical to the intrinsic %LOC supported on many architectures, but can be used with EXTERNAL data types and on some machines which don't support %LOC.

Arguments

References

CODE