3.1.6 int32_t

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

Windows

int

macOS

int32_t

Linux

int32_t