Additional minor change?

"Joel M. Halpern" <joel@stevecrocker.com> Mon, 14 July 2008 13:55 UTC

Message-Id: <MON.14.JUL.2008.095531.0400.>
Date: Mon, 14 Jul 2008 09:55:31 -0400
From: "Joel M. Halpern" <joel@stevecrocker.com>
Subject: Additional minor change?
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit

In the comments, it was noted that we use int16, uint16, int32, and
uint32 as datatypes.  But we use char and uchar rather than in8 and uint8.

Should I change the document to use int8 and uint8?  Should I also
retain char and uchar?  (Whichever way we define it, anyone who wants to
can simply use a data type definition to define the other term.)

Thank you,
Joel