#pragma once // Uncomment this to enable DEBUG() statements. // #define ENABLE_DEBUG #ifdef ENABLE_DEBUG #define DEBUG(...) fprintf(stderr, ">> " __VA_ARGS__) #else #define DEBUG(...) #endif