[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch #6230] Build cleanup patches
From: |
Ben Pfaff |
Subject: |
[patch #6230] Build cleanup patches |
Date: |
Wed, 10 Oct 2007 13:24:27 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
Follow-up Comment #3, patch #6230 (project pspp):
>What does this do?
>
>"Unknown variable format %"PRIu8"."
C99 added a bunch of type [u]intN_t for (unsigned) integer values of the
given exact number of bits. It also added corresponding macros PRIuN that
contain printf format specifiers for printing uintN_t's as unsigned integers,
PRIdN for printing intN_t's as signed decimal integers, PRIxN for printing
uintN_t's as unsigned hexadecimal integers, and so on.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?6230>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/