COHERENT manpages

This page displays the COHERENT manpage for unsigned [Data type].

List of available manpages
Index


unsigned -- C Keyword

Data type

unsigned tells the compiler to treat the variable as an unsigned value.  In
effect, this  doubles the largest  absolute value that that  type can hold,
and changes the lowest storage value to zero.

See Also

C keywords,
data type
ANSI Standard, §6.2.1.2