Guardian Procedure Calls Reference Manual
LASTADDR Procedure (Superseded by ADDRESS_DELIMIT[64]_ Procedures)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Returned Value
Summary
NOTE: This procedure cannot be called by native processes. Although this procedure is supported
for TNS processes, it should not be used for new development.
The LASTADDR procedure returns the ‘G'[0] relative address of the last word in the application
process' data area. (To obtain the last extended address available, use LASTADDRX.)
Syntax for C Programmers
#include <cextdecs(LASTADDR)>
short LASTADDR ( void );
Syntax for TAL Programmers
last-addr := LASTADDR;
Returned Value
INT
The ‘G'[0] relative word address of the last word in the application process' data area.
760 Guardian Procedure Calls (L)