Hello, I would like to know if there exists some macros for the compiler.
Like the following:
aarch64
arm
i486
And I would like to know the endianess of the machine architectures. I guess all are little endian?
Is there a macro for 32bit and 64bit and a BYTE_ORDER macro?