Const
Host run-time options.
Endianness (big-endian or little-endian, BE/LE) is a byte order. Value 512 can be represented as BE 0x0200 or LE 0x0002. The IA-32 and x86-64 instruction set architectures use the little-endian format.
512
0x0200
0x0002
IA-32
x86-64
Host run-time options.