flinklib
flinklib: flink C library for Linux
|
Debug utilities. More...
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | PRINT_ERRORS_TO_STDERR 1 |
#define | DEBUG 0 |
#define | dbg_print(fmt, ...) do { if(DEBUG) { printf("[flinklib] DEBUG: "); printf(fmt, ##__VA_ARGS__); } } while(0) |
Debug utilities.
Definition in file log.h.
#define dbg_print | ( | fmt, | |
... | |||
) | do { if(DEBUG) { printf("[flinklib] DEBUG: "); printf(fmt, ##__VA_ARGS__); } } while(0) |