Why int32_t is long int on 32 Bit Intel?
"panda.trooper" <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <Cqp71y7dEMZ7WbDaFFzEzr4idhvMET4sJ3SsYd7rvBAURIX_tQ93hhswdmp5dr9FTpwV6N_ZQ2D4GWyAJIgGLQFUXlMlyt2jyRoldYuMyDQ=@protonmail.com> |
Hi, can somebody explain what is the reason behind the architectural decision that on x86 the type of int32_t is long int by default and not int when using newlib? Thanks, Zoltan