definitions - notdanik/cpputility GitHub Wiki

Definitions

Integer

INTEGER_16 is the 16bit integer limit 65536

INTEGER_32 is the 32bit integer limit 4294967296

INTEGER_64 is the 64bit integer limit 18446744073709551616

Os

OSNAME is the operating system name

  • Linux linux
  • Windows x32 win32
  • Windows x64-86 win64
  • MacOS macos
  • Unix unix
  • FreeBSD fbsd