On Mon, Sep 17, 2007 at 04:41:34PM -0700, Dave Yeo wrote: > So it seems that it should be uint32_t. Also __uint32_t is typedef as > unsigned int in <386/_types.h>. uint32_t is unsigned int on every present gcc target, and probably also on all future targets that are remotely posixy. Rich