DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
ANSI implementation-defined behavior

Qualifiers

This section describes the implementation-defined characteristics of qualifiers. It corresponds to section ``F.3.10 Qualifiers'' in the ANSI document.

Access to volatile objects

Any reference to or use of an object that has been qualified with the volatile type constitutes an access to that object unless the compiler is able to determine that the object cannot be volatile. All parts of a referenced object are assumed to be referenced if any part of the object is referenced.


Next topic: Declarators
Previous topic: Structures, unions, enumerations, and bit-fields

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