#include <stdio.h>
Go to the source code of this file.
◆ _MSG
Definition at line 14 of file msg.h.
◆ _MSG_ERR
Definition at line 16 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 19 of file msg.h.
◆ MSG_ERR
Value: printf("** ERROR **: " __VA_ARGS__); \
Definition at line 33 of file msg.h.
◆ MSG_WARN
Value: printf("** WARNING **: " __VA_ARGS__); \
Definition at line 27 of file msg.h.
◆ prefs_show_msg
Definition at line 6 of file msg.h.