.TH register "" "" "C Keyword"
.PC "Storage class"
.PP
.B register
is a C keyword that declares a class of data storage.
A variable so declared may be stored in a register, which may
increase the speed with which it is read by a program.
.SH "See Also"
.Xr "auto," auto
.Xr "C keywords," c_keyword
.Xr "extern," extern
.Xr "register variable," registerv
.Xr "static" static
.br
\*(AS, \(sc6.5.1
