Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
msg.h File Reference
#include <stdio.h>
Include dependency graph for msg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define prefs_show_msg   1
 
#define D_STMT_START   do
 
#define D_STMT_END   while (0)
 
#define _MSG(...)
 
#define _MSG_WARN(...)
 
#define MSG(...)
 
#define MSG_WARN(...)
 
#define MSG_ERR(...)
 

Macro Definition Documentation

◆ _MSG

#define _MSG (   ...)

Definition at line 14 of file msg.h.

◆ _MSG_WARN

#define _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

#define D_STMT_START   do

Definition at line 8 of file msg.h.

◆ MSG

#define MSG (   ...)
Value:
printf(__VA_ARGS__); \
fflush (stdout); \
} \
#define D_STMT_START
Definition msg.h:8
#define D_STMT_END
Definition msg.h:9
#define prefs_show_msg
Definition msg.h:6

Definition at line 18 of file msg.h.

◆ MSG_ERR

#define MSG_ERR (   ...)
Value:
printf("** ERROR **: " __VA_ARGS__); \

Definition at line 32 of file msg.h.

◆ MSG_WARN

#define MSG_WARN (   ...)
Value:
printf("** WARNING **: " __VA_ARGS__); \

Definition at line 26 of file msg.h.

◆ prefs_show_msg

#define prefs_show_msg   1

Definition at line 6 of file msg.h.