/* * $RCSfile: debugging.h,v $ * $Author: swaj $ * $Revision: 1.2 $ */ #ifndef __DEBUGGING_H_ #define __DEBUGGING_H_ 1 /* #ifdef DEBUG // DEBUG #define DBG printf #ifndef DEBUG // no DEBUG #define DBG */ #endif /* __DEBUGGING_H_ */ /* * __END__ */