This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: long unsigned int vs. uint32_t again


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.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]