top | item 32743550

(no title)

kosma | 3 years ago

Let's not forget about unusual char sizes. The popular DSP platform TMS320 has sizeof(char) == sizeof(int), and both are 1. How? Because both are 16-bit, and by definition sizeof(char) == 1.

discuss

order

No comments yet.