#include <stdio.h>
#include <inttypes.h>
Go to the source code of this file.
#define BPU_PRINT_U_64 PRIu64 |
print macro for 64bit data types
Here are some helpful print functions. i.e. print number as binary.
Definition at line 34 of file debugio.h.
#define BPU_printDebug |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
print debug message with filename, line
Definition at line 63 of file debugio.h.
#define BPU_printError |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
print error message with filename, line
Definition at line 47 of file debugio.h.
#define BPU_printWarning |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
print warning message with filename, line
Definition at line 55 of file debugio.h.