1 #ifndef _CAM_DEBUG_H 2 #define _CAM_DEBUG_H 3 4 #include <Debug.h> 5 6 /* allow overriding ANSI color */ 7 #ifndef CD_COL 8 #define CD_COL "34" 9 #endif 10 11 #define CH "\033[" CD_COL "mWebcam::%s::%s" 12 #define CT "\033[0m\n", __BASE_FILE__, __FUNCTION__ 13 14 #endif 15