Go to the source code of this file.
Macros | |
| #define | INFO(...) printf(__VA_ARGS__) |
| #define | DEBUG(...) printf("[BAREFLANK DEBUG]: " __VA_ARGS__) |
| #define | ALERT(...) printf("[BAREFLANK ERROR]: " __VA_ARGS__) |
| #define DEBUG | ( | ... | ) | printf("[BAREFLANK DEBUG]: " __VA_ARGS__) |
1.8.14