Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 1995 04:50:56 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        gibbs@freefall.FreeBSD.org, hackers@freefall.FreeBSD.org
Subject:   Re: 16, 32, and 64bit types?
Message-ID:  <199508281850.EAA10488@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>that will always be 32bits.  NetBSD has u_int32 and 
>friends for this type of task.  Do we have anything
>similar?  If not, I think we should.  What would it
>take to bring in the extra types?

We have u_int32_t etc. in <sys/types.h> (actually in
<machine/types.h>.  u_int32 would pollute the namespace.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508281850.EAA10488>