* Garrett Cooper <yaneg...@gmail.com>, 20111017 21:38:
>     time_t maps to int32_t on i386 and int64_t on amd64 (at least), so
> you should be able to use "%zd" in the format string as the type is
> variable width depending on the architecture.

Yuck. Why not cast it to intmax_t and print it using %jd?

-- 
 Ed Schouten <e...@80386.nl>
 WWW: http://80386.nl/

Attachment: pgpgMKrnZfrX8.pgp
Description: PGP signature

Reply via email to