loc - return the address of an object
INTEGER*4 function loc ( arg )
on 32-bit environments
INTEGER*8 function loc ( arg )
on 64-bit environments
The returned value is the address of arg.
When compiled with -xarch=v9|v9a and run in a 64-bit operat-
ing environment. Otherwise, a 32-bit INTEGER*4 is returned.
libfui.a