3.1.8 uint8_t

The 8 bit unsigned integer type is represented differently on each platform, using the most appropriate system type:

Windows

unsigned char

macOS

uint8_t

Linux

uint8_t