File: debug.h

package info (click to toggle)
libopenobex 1.5-2%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,004 kB
  • sloc: sh: 9,112; ansic: 8,994; makefile: 193
file content (7 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
//#define DEBUG_TCP 1

#if IRCP_DEBUG
#define DEBUG(n, format, ...) if(n <= IRCP_DEBUG) printf("%s(): " format, __FUNCTION__ , ## __VA_ARGS__)
#else
#define DEBUG(n, format, ...)
#endif //IRCP_DEBUG