Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc



itojun%iijlab.net@localhost writes:
>       - if u_int32_t is not available, use configure.in to #define u_int32_t
>         into 32bit unsigned integer type.

if you want portable fixed-size types, you should be using uintNN_t,
rather than u_intNN_t, anyway.

(inttypes.h is standardized, more systems are picking it up...)


cgd



Home | Main Index | Thread Index | Old Index