|
|
coherent
const C Keyword const Qualify an identifier as not modifiable The type qualifier const marks an object as being unmodifiable. An object declared as being const cannot be used on the left side of an assignment (an _l_v_a_l_u_e), or have its value modified in any way. Because of these restrictions, an implementation may place objects declared to be const into a read-only region of storage. ***** See Also ***** C keywords, volatile ***** Notes ***** Mark Williams C recognizes this keyword, but its semantics are not yet implemented. Thus, storage declared with the const qualifier will _n_o_t be treated as unmodifiable by the compiler, and no warnings will be generated. COHERENT Lexicon Page 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.