/sys$common/syshlp/helplib.hlb CC, Language topics, Storage Class Modifiers *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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) :
|