#include <stdio.h>
Go to the source code of this file.
◆ _MSG
Definition at line 14 of file msg.h.
◆ _MSG_WARN
Definition at line 15 of file msg.h.
◆ D_STMT_END
#define D_STMT_END while (0) |
Definition at line 9 of file msg.h.
◆ D_STMT_START
Definition at line 8 of file msg.h.
◆ MSG
Value:
printf(__VA_ARGS__); \
fflush (stdout); \
} \
Definition at line 18 of file msg.h.
◆ MSG_ERR
Value:
printf("** ERROR **: " __VA_ARGS__); \
Definition at line 32 of file msg.h.
◆ MSG_WARN
Value:
printf("** WARNING **: " __VA_ARGS__); \
Definition at line 26 of file msg.h.
◆ prefs_show_msg
Definition at line 6 of file msg.h.