Lars Hecking <[EMAIL PROTECTED]> writes:

>  The docs read:

>  ...
>  Most generic macros provide the following default set of includes:
>  ...

>  and the list includes inttypes.h.

>  What's the rationale behind using inttypes.h, and not stdint.h?

inttypes.h is more widespread on pre-C99 systems, particularly Solaris,
since IIRC it was present in an earlier version of the draft standard than
stdint.h was.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to