initial docker support on x86
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef ___TOOLS_H
|
||||
#define ___TOOLS_H
|
||||
|
||||
#define LOG_FILE "/dev/null"
|
||||
|
||||
void lprintf(const char *format, ...);
|
||||
int print_help();
|
||||
|
||||
#endif // ___TOOLS_H
|
||||
Reference in New Issue
Block a user