

readonly                    C Keyword                    readonly




Storage class


readonly is a C  keyword that modifies data declarations.  As its
name implies, the readonly  modifier declares that data are to be
read only;  this helps protect key  data against casual modifica-
tion by the user or another programmer.

***** See Also *****

C keywords, keyword

***** Notes *****

The ANSI standard for the C language eliminates this keyword.









































COHERENT Lexicon                                           Page 1


