> From: Steve Underwood > Sent: Friday, September 19, 2003 4:04 PM > > What's wrong with using standard C99 things, like int16_t, > uint16_t, and uint32_t instead of creating your own > non-standard names?
The only problem is me - I'm an old C dinosaur that is still learning the "new" stuff like C99. I'll make a point to go read the C99 specificaiton now. Thanks for the tip. - Dan Miner