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()
.
Qbs, How to check byte order
79 Views Asked by Amani At
1
There is the
cpp.endianness
property.