Draft: Always define WORDS_BIGENDIAN to 0 or 1
So we can use #if WORDS_BIGENDIAN
, instead of ifdef; this way we get a
build time warning/error if that var isn't defined at all.
Edited by Ahmad Samir
So we can use #if WORDS_BIGENDIAN
, instead of ifdef; this way we get a
build time warning/error if that var isn't defined at all.