oscap debug helpers private header More...
#include "util.h"
#include "public/debug.h"
Go to the source code of this file.
Defines | |
#define | oscap_dprintf(...) while(0) |
#define | debug(l) if (0) |
#define | oscap_dlprintf(l,...) do { debug(l) { oscap_dprintf(__VA_ARGS__); }} while(0) |
Version of the oscap_dprintf function with support for debug level. | |
Variables | |
OSCAP_HIDDEN_START | |
OSCAP_HIDDEN_END |
oscap debug helpers private header
#define oscap_dlprintf | ( | l, | |||
... | ) | do { debug(l) { oscap_dprintf(__VA_ARGS__); }} while(0) |
Version of the oscap_dprintf function with support for debug level.
Implemented using the debug() macro described above.
l | debug level | |
... | oscap_dprintf params |