#ifndef _WIMLIB_ASSERT_H #define _WIMLIB_ASSERT_H #include #define wimlib_assert(expr) assert(expr) #endif /* _WIMLIB_ASSERT_H */