NCBI C++ ToolKit
|
Macros | |
#define | MDB_DEBUG 0 |
Enable debug output. More... | |
#define | DPRINTF(args) ((void) 0) |
#define | DPUTS(arg) DPRINTF(("%s", arg)) |
Print a debug string. More... | |
#define | DDBI(mc) (((mc)->mc_flags & C_SUB) ? -(int)(mc)->mc_dbi : (int)(mc)->mc_dbi) |
Debuging output value of a cursor DBI: Negative in a sub-cursor. More... | |
#define DPUTS | ( | arg | ) | DPRINTF(("%s", arg)) |