Subject: Re: uintptr_t?
To: Masao Uebayashi <uebayasi@orchid.plala.or.jp>
From: Klaus Klein <kleink@reziprozitaet.de>
List: current-users
Date: 07/14/2001 12:59:45
Masao Uebayashi <uebayasi@orchid.plala.or.jp> writes:

> What is the public, recommended entry point to use uintptr_t on
> NetBSD?  I see it defined in /usr/include/inttypes.h, but no idea if
> this is official one or not.

<stdint.h> would be the minimalist choice for environments starting to
support C99 features; <inttypes.h> is also available in XSH5
environments (and earlier NetBSD releases) as a subset of the C99
<inttypes.h> and should be fine for this purpose.


- Klaus