[Scummvm-devel] <inttypes.h>

Nicolas George nicolas.george at ens.fr
Thu Sep 16 17:43:52 CEST 2004


Le jour du Génie, an CCXII, Marcus Comstedt a écrit :
> AFAICS, gcc does not provide an <inttypes.h>.  Only the following:
> 
> float.h  iso646.h  stdarg.h  stdbool.h  stddef.h  varargs.h
> 
> So I guess gcc is not C99-compatible.

The inttypes.h header seems to be provided by the libc. At least, it is
true with GNU, FreeBSD, OpenBSD and Solaris.

BTW, inttypes.h is not the header that defines intXX_t and uintXX_t (not
u_intXX_t!): that role is for stdint.h, according to the C99 standard.
inttypes.h includes stdint.h and defines a few macros and some
arithmetic functions.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: not available
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20040916/0180b2f3/attachment.sig>


More information about the Scummvm-devel mailing list