Re: [EXTERNAL]: Re: Why int32_t is long int on 32 Bit Intel?
Grant Edwards <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 2023-07-29, Trampas Stern <[email protected]> wrote: > What is worse is when you get to use some TI DSPs where a char is 16bit. I did quite a bit of development on a TI DSP where char, int, long, long long, float, double, and long double were all 32 bits. And yes, sizeof (char) was still 1. :) Fun times.