Subject: Re: IPv6 code with 64bit arch
To: Michael C. Richardson <mcr@sandelman.ottawa.on.ca>
From: Todd Vierling <tv@pobox.com>
List: tech-net
Date: 07/30/1999 11:17:23
On Fri, 30 Jul 1999, Michael C. Richardson wrote:

:   Any other suggestions?

Do it like we're supposed to do it until standards say otherwise.  If we
want to make sure it's a 64-bit value everywhere, print %qu and cast to
(quad_t).  This has been done many times over in other code, and is the
accepted way to print unknown-size typedefs.

-- 
-- Todd Vierling (tv@pobox.com)