K 10 svn:author V 4 alex K 8 svn:date V 27 1998-01-08T00:27:34.000000Z K 7 svn:log V 318 Define integer types added by POSIX.1g. We already had int8_t, int16_t, and int32_t -- this adds their unsigned counterparts uint8_t, uint16_t, and uint32_t. Bruce has noted that C9x also defines these types (in a different file), so this may have to be revisited with some ifdefs at a later date. Reviewed by: bde END