#include #ifndef NDEBUG #define ASSERT_NOOVERLAP(__x, __y, __s) do { \ /* TODO */ \ } while (0) #else #define ASSERT_NOOVERLAP(__x, __y, __s) #endif