File macro.h File List > include > simtix > macro.h Go to the documentation of this file #pragma once #define STRINGIFY(x) "" #x #define DEFINED_MACRO(flag) (__builtin_strcmp("" #flag, STRINGIFY(flag)))