3.1.5 uint32_t¶
The 32 bit integer type is represented differently on each platform, using the most appropriate system type:
Windows |
unsigned int |
---|---|
macOS |
uint32_t |
Linux |
uint32_t |
The 32 bit integer type is represented differently on each platform, using the most appropriate system type:
Windows |
unsigned int |
---|---|
macOS |
uint32_t |
Linux |
uint32_t |