Go to the documentation of this file. 32 #include <csp/csp_debug.h> 51 #define DEBUG_PRINT(...) printf(__VA_ARGS__); 59 # if defined(__cplusplus) && defined(__GNUC__) 60 # define DEBUG_FUNC __PRETTY_FUNCTION__ 61 # elif __STDC_VERSION__ >= 199901L 62 # define DEBUG_FUNC __func__ 64 # define DEBUG_FUNC __FUNCTION__ 66 # define DEBUG_FUNC "" 76 #define DEBUG(...) DEBUG_PRINT(__VA_ARGS__)