fas_dprintf
extern void fas_dprintf(struct fas *fas, const char *fmt, ...)
#define EPRINTF(str) if (EDEBUGGING) fas_dprintf(fas, str)
#define EPRINTF1(str, a) if (EDEBUGGING) fas_dprintf(fas, str, a)
#define EPRINTF2(str, a, b) if (EDEBUGGING) fas_dprintf(fas, str, a, b)
#define EPRINTF3(str, a, b, c) if (EDEBUGGING) fas_dprintf(fas, str, a, b, c)
if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d)
if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e)
if (EDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)
#define DPRINTF(str) if (DDEBUGGING) fas_dprintf(fas, str)
#define DPRINTF1(str, a) if (DDEBUGGING) fas_dprintf(fas, str, a)
#define DPRINTF2(str, a, b) if (DDEBUGGING) fas_dprintf(fas, str, a, b)
#define DPRINTF3(str, a, b, c) if (DDEBUGGING) fas_dprintf(fas, str, a, b, c)
if (DDEBUGGING) fas_dprintf(fas, str, a, b, c, d)
if (DDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e)
if (DDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)
#define IPRINTF(str) if (IDEBUGGING) fas_dprintf(fas, str)
#define IPRINTF1(str, a) if (IDEBUGGING) fas_dprintf(fas, str, a)
#define IPRINTF2(str, a, b) if (IDEBUGGING) fas_dprintf(fas, str, a, b)
#define IPRINTF3(str, a, b, c) if (IDEBUGGING) fas_dprintf(fas, str, a, b, c)
if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d)
if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e)
if (IDEBUGGING) fas_dprintf(fas, str, a, b, c, d, e, f)