POSIX standards for types like uchar_t?
POSIX standards for types like uchar_t?
- Subject: POSIX standards for types like uchar_t?
- From: Rick Mann <email@hidden>
- Date: Thu, 16 Nov 2006 16:32:32 -0800
Some of the code I'm trying to port from Solaris uses uchar_t. In the
Solaris header file, there's a comment that suggests uchar_t is a
POSIX-standard name for the type, but I can't find that type defined
anywhere under /usr on my Mac OS X machine. Since Mac OS X is
purportedly POSIX-compliant, I was wondering how best to reconcile this?
One option is to include <sys/types.h> and change the instances to
uint8_t, but if uchar_t is a POSIX-defined required type, is Mac OS X
wrong?
TIA,
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden