Changes between Initial Version and Version 1 of Ticket #6099, comment 14
- Timestamp:
- 2020-12-03T13:13:02Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6099, comment 14
initial v1 9 9 10 10 On systems and compiler that do not know it it might be demoted to long (don't quote me on this). 11 The ex ception on `long` is that it has to be '''at least''' as big as int, i.e. at least 2 bytes.11 The expectation on `long` is that it has to be '''at least''' as big as int, i.e. at least 2 bytes. 12 12 However, it can also be 4 bytes or 8 bytes depending on implementation and architecture. For example 13 13