#ifndef DEBUG_H #define DEBUG_H
#define DEBUG
#ifndef DEBUG #define NDEBUG #endif #include <assert.h> #endif /* DEBUG_H */