Loading...
Searching...
No Matches
Go to the documentation of this file.
6#define prefs_show_msg 1
9#define D_STMT_END while (0)
20 if (prefs_show_msg){ \
21 printf(__VA_ARGS__); \
26#define MSG_WARN(...) \
29 printf("** WARNING **: " __VA_ARGS__); \
35 printf("** ERROR **: " __VA_ARGS__); \