/home/pvrabec/project/openscap/openscap-0.6.0/src/common/debug_priv.h File Reference

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

Detailed Description

oscap debug helpers private header


Define Documentation

#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.

Parameters:
l debug level
... oscap_dprintf params

Generated on 14 Jul 2010 for Open SCAP Library by  doxygen 1.6.1