Initial revision
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
#define debug printf
|
||||
|
||||
#else
|
||||
|
||||
#define debug /* printf */
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user