0

How can byte order (big or little endianness) be checked from within Qbs? I do not know any other way to do it in Qbs or pure JavaScript. The idea is to avoid any other dependency from within Qbs, e.g. node.js' os.endianness().

Amani
  • 16,245
  • 29
  • 103
  • 153

1 Answers1

0

There is the cpp.endianness property.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291