COHERENT manpages

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

List of available manpages
Index


register -- C Keyword

Storage class

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.

See Also

auto,
C keywords,
extern,
register variable,
static
ANSI Standard, §6.5.1