Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
   45#define LOGGING_ENABLED 0             
   48#define LOG_NO_ARGS(message) printf("%s\n", message) 
   49#define LOG_MULT_ARGS(format, ...) printf(format, __VA_ARGS__) 
   51#define LOG_NO_ARGS(message) 
   52#define LOG_MULT_ARGS(format, ...)