elfboot: initial version
This commit is contained in:
9
elfboot/test.h
Normal file
9
elfboot/test.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifdef TEST
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define dprintf printf
|
||||
#else
|
||||
#define dprintf(...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user