diff --git a/nac3standalone/demo/demo.c b/nac3standalone/demo/demo.c index 532bd10..e674a5f 100644 --- a/nac3standalone/demo/demo.c +++ b/nac3standalone/demo/demo.c @@ -1,18 +1,12 @@ +#include #include #include #include #include #include #include -#include -#if __SIZEOF_POINTER__ == 8 - #define usize uint64_t -#elif __SIZEOF_POINTER__ == 4 - #define usize uint32_t -#else - #error "Unsupported platform - Platform is not 32-bit or 64-bit" -#endif +#define usize size_t double dbl_nan(void) { return NAN;