Re: uchar or unchar?

Uwe F. Mayer (mayer@math.vanderbilt.edu)
Mon, 16 Dec 1996 15:10:49 -0600 (CST)


After just replying to Tom I realized that I am actually using a SYS V
system, namely an DEC Alpha running OSF1. And there it is in
/usr/include/sys/types.h:

/*
*@(#)$RCSfile: types.h,v $ $Revision: 4.3.17.8 $ (DEC) $Date: 1994/04/11 12:58:52 $
*/

typedef unsigned char uchar_t;
typedef uchar_t uchar;

Not that I think I am right now, it just seems the world has once again
proved to be not uniform :-). Our latest Alpha running the newly named
DEC UNIX has the same definition. Oh well...

Uwe