8 lines
70 B
C
8 lines
70 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define DBG(...)
|
|
|
|
#endif // DEBUG_H
|
|
|