.TH readonly "" "" "C Keyword"
.PC "Storage class"
.PP
.B readonly
is a C keyword that modifies data declarations.
As its name implies, the
.B readonly
modifier declares that data are to be read only;
this helps protect key data against casual modification by
the user or another programmer.
.SH "See Also"
.Xr "C keywords" c_keyword
.SH Notes
The \*(AS eliminates this keyword.
