UCHAR, ULONG, etc.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Whatever5k

UCHAR, ULONG, etc.

Post by Whatever5k »

It seems gcc doesn't know UCHAR. As what is UCHAR typedef'ed?
Is it
typedef UCHAR char;

Or what?
Whatever5k

Re: UCHAR, ULONG, etc.

Post by Whatever5k »

Sorry, I've found it myself... .
UCHAR is unsigned char... .
Post Reply