* Kenneth Whistler wrote:
>If you need to cross-compile on platforms that don't support
>the C99 types, then you can probably get away with:
>
>unsigned char
>
>unsigned short
>
>unsigned int
>
>which should normally resolve to 8-bit, 16-bit, and 32-bit
>types, respectively, on all platforms.

(There is also <http://www.azillionmonkeys.com/qed/pstdint.h>.)
-- 
Björn Höhrmann · mailto:bjo...@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Reply via email to