PRINTF_FORMAT     131 anacron/global.h void explain(const char *fmt, ...)PRINTF_FORMAT(1,2);
PRINTF_FORMAT     132 anacron/global.h void explain_e(const char *fmt, ...)PRINTF_FORMAT(1,2);
PRINTF_FORMAT     133 anacron/global.h void complain(const char *fmt, ...)PRINTF_FORMAT(1,2);
PRINTF_FORMAT     134 anacron/global.h void complain_e(const char *fmt, ...)PRINTF_FORMAT(1,2);
PRINTF_FORMAT     135 anacron/global.h void die(const char *fmt, ...)PRINTF_FORMAT(1,2) ATTRIBUTE_NORETURN;
PRINTF_FORMAT     136 anacron/global.h void die_e(const char *fmt, ...)PRINTF_FORMAT(1,2) ATTRIBUTE_NORETURN;
PRINTF_FORMAT     137 anacron/global.h void xdebug(const char *fmt, ...)PRINTF_FORMAT(1,2);
PRINTF_FORMAT     138 anacron/global.h void xdebug_e(const char *fmt, ...)PRINTF_FORMAT(1,2);