Copyright Digital Equipment Corp. All rights reserved.

Storage_Class_Modifiers

 The storage-class modifiers allow individual attributes of a
 variable to change without changing the other default attributes
 connected with a given storage class.  Storage-class keywords and
 storage-class modifiers can be specified in either order.

 Syntax:

      modifier storage_class_keyword identifier;

 If you specify a storage-class modifier but not a storage class
 keyword, the storage class defaults to extern.


Additional information available:

noshare         readonly        _align          __align         __forceinline
__inline        inline