Page 1 of 1

UCHAR, ULONG, etc.

Posted: Mon Mar 04, 2002 3:05 am
by Whatever5k
It seems gcc doesn't know UCHAR. As what is UCHAR typedef'ed?
Is it
typedef UCHAR char;

Or what?

Re: UCHAR, ULONG, etc.

Posted: Mon Mar 04, 2002 3:18 am
by Whatever5k
Sorry, I've found it myself... .
UCHAR is unsigned char... .