DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using SCODB

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

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003