#include #ifndef VERBOSE #define VERBOSE 0 #endif #ifdef DEBUG #define LOG printf #else #define LOG if(0) printf #endif