|
MPD
0.17~git
|
#include <stdlib.h>Go to the source code of this file.
Defines | |
| #define | MPD_ERROR(...) |
| #define MPD_ERROR | ( | ... | ) |
do { \ g_critical(__VA_ARGS__); \ exit(EXIT_FAILURE); \ } while(0)
Definition at line 30 of file mpd_error.h.
1.7.5.1