X-Recipient: archive-cygwin AT delorie DOT 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 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 AT cygwin DOT com Subject: Re: long unsigned int vs. uint32_t again References: <49BC958D DOT 2080306 AT cwilson DOT fastmail DOT fm> <416096c60903150132g2f33c3a4od84b1122dcf4e92e AT mail DOT gmail DOT com> <20090315132931 DOT GK9322 AT calimero DOT vinschen DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Corinna Vinschen wrote: > On Mar 15 08:32, Andy Koppe wrote: >> Chuck wrote: >>> cygwin's has: >>> #define PRIu32 "lu" >>> >>> and 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/