Subject: Re: How to format u_int64_t on sparc64?
To: None <current-users@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 02/27/2003 06:53:52
On Thu, Feb 27, 2003 at 10:41:49AM +0100, Juergen Hannken-Illjes wrote:

 > What is the right way to printf an u_in64_t value?

printf("%" PRIu64 "\n", var_u64);

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>