Re: FWIW intptr_t and uintptr_t

2015-09-26 Thread Sebastian Huber
The fixed size 8-bit, 16-bit, 32-bit and 64-bit integer types are optional too. I don't think this is a compiler issue. Some architectures may have problems to support such types. - Am 26. Sep 2015 um 21:30 schrieb Joel Sherrill joel.sherr...@oarcorp.com: > Hi > > I was doing some invest

FWIW intptr_t and uintptr_t

2015-09-26 Thread Joel Sherrill
Hi I was doing some investigation this week and noticed that both these types are optional in C99 and POSIX. We know gcc and llvm have them and checked on two (non Microsoft) closed source compilers. All supported it. I had always taken then for granted as part of C99. I think they are univers