VMS Help  —  CC  Language topics, 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: explode extract

noshare
readonly
_align
__align __forceinline __inline
inline

ICC$SDA.HLB

Close Help