#include <stdio.h>
#include "prefs.h"
Go to the source code of this file.
◆ _MSG
Definition at line 10 of file msg.h.
◆ _MSG_HTTP
Definition at line 12 of file msg.h.
◆ _MSG_WARN
Definition at line 11 of file msg.h.
◆ MSG
Definition at line 22 of file msg.h.
◆ MSG_ERR
#define MSG_ERR |
( |
|
... | ) |
MSG_INNARDS("** ERROR **: ", __VA_ARGS__) |
Definition at line 24 of file msg.h.
◆ MSG_HTTP
#define MSG_HTTP |
( |
|
... | ) |
MSG_INNARDS("HTTP warning: ", __VA_ARGS__) |
Definition at line 25 of file msg.h.
◆ MSG_INNARDS
#define MSG_INNARDS |
( |
|
prefix, |
|
|
|
... |
|
) |
| |
Value:
printf(prefix __VA_ARGS__); \
fflush (stdout); \
} \
DilloPrefs prefs
Global Data.
Definition at line 14 of file msg.h.
◆ MSG_WARN
#define MSG_WARN |
( |
|
... | ) |
MSG_INNARDS("** WARNING **: ", __VA_ARGS__) |
Definition at line 23 of file msg.h.