Changes between Initial Version and Version 1 of Ticket #6099, comment 14


Ignore:
Timestamp:
2020-12-03T13:13:02Z (4 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6099, comment 14

    initial v1  
    99
    1010On systems and compiler that do not know it it might be demoted to long (don't quote me on this).
    11 The exception on `long` is that it has to be '''at least''' as big as int, i.e. at least 2 bytes.
     11The expectation on `long` is that it has to be '''at least''' as big as int, i.e. at least 2 bytes.
    1212However, it can also be 4 bytes or 8 bytes depending on implementation and architecture. For example
    1313