]> oss.titaniummirror.com Git - rgblamp.git/commit
char defaults to unsigned
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 8 Dec 2011 02:45:02 +0000 (19:45 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 8 Dec 2011 02:45:02 +0000 (19:45 -0700)
commitd4a9d87f2396d59c36cfdff81ff651bd0c40dff0
treefadb89b97f2d3af417332062a8c1845b6cb60728
parent0182b522ca8b291d9e10e489309b490fe1ef4eea
char defaults to unsigned

Signed char variables must be marked as such, per the Hi-Tech C manual,
section 3.3.4:

If the signed or unsigned keyword is absent from the
(char) variable's definition, the default type is unsigned char.
main.c