On Fri, May 2, 2008 at 2:18 AM, Roy T. Fielding <[EMAIL PROTECTED]> wrote: > On May 1, 2008, at 3:33 PM, William A. Rowe, Jr. wrote: > > > Christopher Key wrote: > > > > > > > > > > > > > > > > I'm not sure whether this has been covered already, and whether it needs > to go in during a major release, but is there any chance of adding > apr_int8_t and apr_uint8_t typedefs? > > > > > > > Why? The type char is defined by the C standard to be an 8bit signed > integer. > The type unsigned char is defined to be an 8bit unsigned integer. Why > would > we want to add a bunch of unnecessary casting?
Not quite: http://home.att.net/~jackklein/c/inttypes.html -- Lucian