X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/02967a43024ce81912cd1ec96a800397457f8066:/endian.h..ab9eee5d7f1fbe7a3fe6229d4a78136efb14371b:/include/endian.h diff --git a/endian.h b/include/endian.h similarity index 98% rename from endian.h rename to include/endian.h index 7c78bbc..450eb5d 100644 --- a/endian.h +++ b/include/endian.h @@ -2,6 +2,7 @@ #define endian_h #include +#include constexpr union { uint32_t i; uint8_t is_little_endian; } endianness{1};