debug.[ch]: kernel style #ifdef free C source

This commit is contained in:
2021-12-12 19:00:06 +01:00
parent 37fa19f6be
commit 80c19f9331
2 changed files with 16 additions and 4 deletions

View File

@@ -14,6 +14,11 @@
#include <stdio.h>
#include <stdarg.h>
#include <time.h>
#ifndef DEBUG_DEBUG
#define DEBUG_DEBUG
#endif
#include "debug.h"
#define NANOSEC 1000000000 /* nano sec in sec */