It seems that tracks and indexes are limited in the way that a constraint “MAX… ≤ CHAR_MAX” could be applied.
- Would it be more appropriate to use unsigned integral data types accordingly?
- How do think about to use the data type “
unsigned char” instead of “int” at any source code places?