mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
MaGuess on Discord pointed out the fact that cosmocc contradicts itself on the signedness of `char`. It's up to each platform to choose one, so the cosmo platform shall choose signed. The rationale is it makes the C language syntax more internally similar. `char` should be `signed char` for the same reason `int` means `signed int`. It's recommended that you still assume `char` could go either way since that's portable thinking. But if you want to assume we'll always have signed char, that's ok too. |
||
---|---|---|
.. | ||
aarch64-unknown-cosmo-c++ | ||
aarch64-unknown-cosmo-cc | ||
aarch64-unknown-cosmo-install | ||
cosmoaddr2line | ||
cosmoar | ||
cosmoc++ | ||
cosmocc | ||
cosmocross | ||
cosmoinstall | ||
unknown-unknown-cosmo-ar | ||
unknown-unknown-cosmo-c++ | ||
unknown-unknown-cosmo-cc | ||
unknown-unknown-cosmo-install | ||
x86_64-unknown-cosmo-c++ | ||
x86_64-unknown-cosmo-cc | ||
x86_64-unknown-cosmo-install |