Re: stdint.h and portability
- From: "Vladimir S. Oka" <novine@xxxxxxxxxxxxxxx>
- Date: 28 Feb 2006 06:41:24 -0800
copx wrote:
I wonder how portable the exact width types defined by stdint.h are. I guess
target platforms are not required to actually have all those types, right?
What happens in that case?
There are certain types in stdint.h that are required, and every
implementation has to provide them. The rest is left for the particular
implementation, and you obviously can't guarentee portability of those.
Have a look in the standard for a list of required types.
.
- References:
- stdint.h and portability
- From: copx
- stdint.h and portability
- Prev by Date: Re: trying to make my "fillvalues" function work...
- Next by Date: Re: private functions inside a function
- Previous by thread: stdint.h and portability
- Next by thread: Re: stdint.h and portability
- Index(es):