Debug.h #debug 0
This commit is contained in:
parent
8de7479425
commit
b9d03c7a7f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
#ifndef __DEBUG_H
|
#ifndef __DEBUG_H
|
||||||
#define __DEBUG_H
|
#define __DEBUG_H
|
||||||
|
|
||||||
#define DEBUG 1
|
#define DEBUG 0
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
#define Debug(__info,...) printf("Debug: " __info,##__VA_ARGS__)
|
#define Debug(__info,...) printf("Debug: " __info,##__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue