.TH unsigned "" "" "C Keyword"
.PC "Data type"
.PP
.B 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.
.SH "See Also"
.Xr "C keywords," c keywords
.Xr "data type" data_type
.br
\*(AS, \(sc6.2.1.2
