Subject: Re: [OT] u_int*_t vs. uint*_t - which to use?
To: None <netbsd-users@netbsd.org>
From: David Laight <David@l8s.co.uk>
List: netbsd-users
Date: 01/21/2002 12:03:48
> I suggest that you consult the C99 standard. 
> See: http://www.lysator.liu.se/c/

I found the full text (courtesy of google) at: http://www.cl.cam.ac.uk/~mgk25/volatile/ISO-C-FDIS.1999-04.pdf

Section 7.18 (page 266 of the pdf) describes <stdint.h> which
is where these definitions are expected to be.

The are definitly no '_' after the 'u'.