DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using SCODB on SCO OpenServer 5

Function arguments

A shorthand notation for accessing arguments to the current function (that which is on top of the stack) is using the at sign (@). Arguments so accessed are considered lvalues:

   debug0:16> @1
   D010A234
   debug0:17> @1 = u.u_tss
   E00014CC      &u+14CC data

© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005