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 | oscap_dlprintf(...) while(0) |
#define | debug(l) if (0) |
#define | dI(...) oscap_dlprintf(DBG_I, __VA_ARGS__) |
#define | dW(...) oscap_dlprintf(DBG_W, __VA_ARGS__) |
#define | dE(...) oscap_dlprintf(DBG_E, __VA_ARGS__) |
Detailed Description
oscap debug helpers private header