zeroed debug flag
This commit is contained in:
parent
6cbe50d9ef
commit
8f462b9a52
@ -46,7 +46,7 @@
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
#include <stdio.h>
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
|
Loading…
Reference in New Issue
Block a user