first commit
This commit is contained in:
10
CS4210/cs4210/proj1/src/common/debug.h
Normal file
10
CS4210/cs4210/proj1/src/common/debug.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __DEBUG_H__
|
||||
#define __DEBUG_H__
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DEBUG_PRINTF(x) printf x
|
||||
#else
|
||||
#define DEBUG_PRINTF(x)
|
||||
#endif
|
||||
|
||||
#endif/*__DEBUG_H__*/
|
||||
Reference in New Issue
Block a user