What is the advantage of using uint8_t over unsigned char in C?

I know that on almost every system uint8_t is just a typedef for unsigned char,
so why use it?

8 Answers
8

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *