comparison src/libSAD/debug.h @ 4759:3cdee616c96d

add debug.h from libSAD
author Andrew O. Shadoura <bugzilla@tut.by>
date Thu, 07 Aug 2008 12:41:23 +0300
parents
children
comparison
equal deleted inserted replaced
4758:8de129d08238 4759:3cdee616c96d
1 #ifdef DEBUG
2 #define DEBUG_MSG(f,x) {printf("debug: "f, x);}
3 #else
4 #define DEBUG_MSG(f,x) {}
5 #endif