Mercurial > audlegacy
view src/libSAD/debug.h @ 4812:a7b80f765d6f
moved libSAD.h to src/audlegacy for the path for header files.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 26 Nov 2008 02:56:18 +0900 |
parents | 3cdee616c96d |
children |
line wrap: on
line source
#ifdef DEBUG #define DEBUG_MSG(f,x) {printf("debug: "f, x);} #else #define DEBUG_MSG(f,x) {} #endif