const char * NXArchProcessor(void)
Get the current processor/CPU type.
const char * NXArchOS(void)
Get the current operating system name.
Least significant byte first.
NXEndian NXArchEndian(void)
Get the current architecture endianness.
uint8_t NXArchBits(void)
Get the current architecture bits (32 or 64).
Most significant byte first.
uint8_t NXArchNumCores(void)
Get the number of CPU cores available on the current system.
NXEndian
Enumeration representing different byte order (endianness) types.