File:  [MW Coherent from dump] / coherent / a / usr / man / ALL / const
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
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



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.