Name: Anonymous 2016-01-08 14:23
https://matt.sh/howto-c
Very good read for anyone that wants to write this outdated language in 2016.
Very good read for anyone that wants to write this outdated language in 2016.
char
is always:able to hold a decimal value from 0 to 127And if you don't see the implications of this, then just continue using
able to hold 8 binary digits
able to hold an ASCII character (ANSI, too, but that's a little more complicated whenCHAR_BIT
isn't 8)
of size 1
uint8_t
.