#include <stdio.h>
Go to the source code of this file.
|
| #define | DC_DEBUG_TRACE fprintf(stdout, "[%s@%s:%d] entering function\n", __func__, __FILE__, __LINE__) |
◆ DC_DEBUG_TRACE
| #define DC_DEBUG_TRACE fprintf(stdout, "[%s@%s:%d] entering function\n", __func__, __FILE__, __LINE__) |
Definition at line 5 of file trace.h.
5#define DC_DEBUG_TRACE \
6 fprintf(stdout, "[%s@%s:%d] entering function\n", __func__, __FILE__, __LINE__)