3.1.3 int64_t¶
The 64 bit integer type is represented differently on each platform, using the most appropriate system type:
Windows |
LONGLONG |
---|---|
macOS |
int64_t |
Linux |
int64_t |
The 64 bit integer type is represented differently on each platform, using the most appropriate system type:
Windows |
LONGLONG |
---|---|
macOS |
int64_t |
Linux |
int64_t |