[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] allow -Werror on IA-64 with GPT enabled
From: |
Matt Wilson |
Subject: |
Re: [PATCH] allow -Werror on IA-64 with GPT enabled |
Date: |
Thu, 11 Oct 2001 13:01:45 -0400 |
User-agent: |
Mutt/1.2.5i |
Rather, if you want %x, PRIx64.
Cheers,
Matt
On Thu, Oct 11, 2001 at 12:58:27PM -0400, Matt Wilson wrote:
> This won't work on, say, alpha.
>
> The correct way to do this (per C99):
>
> #include <inttypes.h>
>
> printf("%" PRIi64 "\n", llvalue);