X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <49BD158E.7000603@cwilson.fastmail.fm>
Date: Sun, 15 Mar 2009 10:49:50 -0400
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.6.666
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: long unsigned int vs. uint32_t again
References: <49BC958D.2080306@cwilson.fastmail.fm> <416096c60903150132g2f33c3a4od84b1122dcf4e92e@mail.gmail.com> <20090315132931.GK9322@calimero.vinschen.de>
In-Reply-To: <20090315132931.GK9322@calimero.vinschen.de>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Corinna Vinschen wrote:
> On Mar 15 08:32, Andy Koppe wrote:
>> Chuck wrote:
>>> cygwin's <inttypes.h> has:
>>> #define PRIu32 "lu"
>>>
>>> and <stdint.h> has
>>> typedef unsigned int uint32_t;
>>>
>>> Is it possible that our inttypes.h should be changed, to use "u" for 8, 16, and 32 bits?
>> Yep, I'd say so.
> 
> Done.

Thanks. I really should learn to read all replies in a thread before
replying to any of them...

--
Chuck

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

