|
Re: Working on FreeBSD-CURRENT port
Quote:
Originally posted by rodrigc
Hi,
To make your code more portable, you could include
<stdint.h> and define __STDC_LIMIT_MACROS to 1, as allowed by the C99
standard, for compatibility with C++.
|
It's quite ironic that this is NOT portable. I agree that it should be and perhaps sometime in the next ten years it will be, but sadly , some commercial compilers such as Solaris Forte 6.2 do not have this header at the moment.
Regards,
Andrew.
__________________
You are in a maze of twisty little passages, all different.
|