debug.h File Reference

#include <stdio.h>
#include <audacious/audconfig.h>

Go to the source code of this file.

Defines

#define AUDDBG(...)   do {if (aud_cfg->verbose) {printf ("%s:%d [%s]: ", __FILE__, __LINE__, __FUNCTION__); printf (__VA_ARGS__);}} while (0)

Define Documentation

#define AUDDBG ( ...   )     do {if (aud_cfg->verbose) {printf ("%s:%d [%s]: ", __FILE__, __LINE__, __FUNCTION__); printf (__VA_ARGS__);}} while (0)

Generated on 27 Aug 2011 for Audacious by  doxygen 1.6.1