COHERENT manpages

This page displays the COHERENT manpage for readonly [Storage class].

List of available manpages
Index


readonly -- C Keyword

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 modification by  the user or another
programmer.

See Also

C keywords

Notes

The ANSI Standard eliminates this keyword.