Debug.h #debug 0

This commit is contained in:
Charlez Kwan 2020-01-21 15:19:14 +01:00
parent 8de7479425
commit b9d03c7a7f

View file

@ -14,7 +14,7 @@
#ifndef __DEBUG_H
#define __DEBUG_H
#define DEBUG 1
#define DEBUG 0
#if DEBUG
#define Debug(__info,...) printf("Debug: " __info,##__VA_ARGS__)
#else