•  Back 
  •  C Language 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : C-Language Documentation
Author      : John Kormylo
Version     : C.HYP 1.0
Subject     : Documentation/C-Language
Nodes       : 233
Index Size  : 6362
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Structure passed by value ]

  Every element of the structure is copied to the registers and/or
  stack (usually structures are passed by address).

 To pass the structure by address, use the unary & (address) operator.

 Note: the prototype parameter must be the same structure, not just a
 list of variables with the same type as structure elements.

stv = code for #pragma warn.
 2  = warning level for message.