|
mrfioc2
2.3.0
|
#include <stdio.h>

Go to the source code of this file.
Macros | |
| #define | DP_NONE 0 |
| #define | DP_FATAL 1 |
| #define | DP_ERROR 2 |
| #define | DP_WARN 3 |
| #define | DP_INFO 4 |
| #define | DP_DEBUG 5 |
| #define | DEBUGPRINT(interest, globalFlag, args) |
| #define DEBUGPRINT | ( | interest, | |
| globalFlag, | |||
| args | |||
| ) |
Definition at line 102 of file debugPrint.h.
| #define DP_DEBUG 5 |
Definition at line 93 of file debugPrint.h.
| #define DP_ERROR 2 |
Definition at line 90 of file debugPrint.h.
| #define DP_FATAL 1 |
Definition at line 89 of file debugPrint.h.
| #define DP_INFO 4 |
Definition at line 92 of file debugPrint.h.
| #define DP_NONE 0 |
Definition at line 88 of file debugPrint.h.
| #define DP_WARN 3 |
Definition at line 91 of file debugPrint.h.
1.8.13