#C
Strict Types in C99
not really possible,
but use speaking types e.g. typedef uint8_t bool_t;
not really possible,
but use speaking types e.g. typedef uint8_t bool_t;
I had not yet heard of a type (not sure if it's a type?) in C called bit-fields, or at least I can't remember anymore. Let's look at one:
Continue reading →