Would you like signs with those chars?
Would you like signs with those chars?
Posted Oct 25, 2022 20:03 UTC (Tue) by khim (subscriber, #9252)In reply to: Would you like signs with those chars? by mm7323
Parent article: Would you like signs with those chars?
Because C it not made that way. uint8_t
and int8_t
are not types, they are type aliases.
You still end up dealing with that char
/signed char
/unsigned char
whether you like it or not.