]> wimlib.net Git - wimlib/blob - include/wimlib/assert.h
v1.14.4
[wimlib] / include / wimlib / assert.h
1 #ifndef _WIMLIB_ASSERT_H
2 #define _WIMLIB_ASSERT_H
3
4 #include <assert.h>
5 #define wimlib_assert(expr)     assert(expr)
6
7 #endif /* _WIMLIB_ASSERT_H */