Malcolm: Usability improvements in GCC 8
Malcolm: Usability improvements in GCC 8
Posted Mar 20, 2018 17:19 UTC (Tue) by mathstuf (subscriber, #69389)In reply to: Malcolm: Usability improvements in GCC 8 by nix
Parent article: Malcolm: Usability improvements in GCC 8
In C, "char", "signed char", and "unsigned char" are all three distinct types. "char" may or may not be signed, but it is not 100% replaceable with the explicit variants.
See this[1] SO answer.
[1]https://stackoverflow.com/questions/75191/what-is-an-unsi...
