ftwin 0.8.10
|
UTIL debug output macros. More...
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | DEBUG_ERR(str, arg...) fprintf(stderr, "[DEBUG_ERR]: [%s] " str " at line %d\n", __FUNCTION__, ## arg, __LINE__), fflush(stderr) |
Display error message at the level error. | |
#define | DEBUG_DBG(str, arg...) fprintf(stderr, "[DEBUG_DBG]: [%s] " str " at line %d\n", __FUNCTION__, ## arg, __LINE__), fflush(stderr) |
Display error message at the level debug. | |
UTIL debug output macros.
Definition in file debug.h.
#define DEBUG_DBG | ( | str, | |
arg... | |||
) | fprintf(stderr, "[DEBUG_DBG]: [%s] " str " at line %d\n", __FUNCTION__, ## arg, __LINE__), fflush(stderr) |
#define DEBUG_ERR | ( | str, | |
arg... | |||
) | fprintf(stderr, "[DEBUG_ERR]: [%s] " str " at line %d\n", __FUNCTION__, ## arg, __LINE__), fflush(stderr) |