dillo  3.0.5
About: dillo is a small, fast, extensible Web browser particularly suitable for older or smaller computers and embedded systems (but only limited or no support for frames, CSS, JavaScript, Java).
  Fossies Dox: dillo-3.0.5.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

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_ERR(...)
 
#define MSG(...)
 
#define MSG_WARN(...)
 
#define MSG_ERR(...)
 

Macro Definition Documentation

◆ _MSG

#define _MSG (   ...)

Definition at line 14 of file msg.h.

◆ _MSG_ERR

#define _MSG_ERR (   ...)

Definition at line 16 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); \
} \

Definition at line 19 of file msg.h.

◆ MSG_ERR

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

Definition at line 33 of file msg.h.

◆ MSG_WARN

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

Definition at line 27 of file msg.h.

◆ prefs_show_msg

#define prefs_show_msg   1

Definition at line 6 of file msg.h.

D_STMT_END
#define D_STMT_END
Definition: msg.h:9
prefs_show_msg
#define prefs_show_msg
Definition: msg.h:6
D_STMT_START
#define D_STMT_START
Definition: msg.h:8