10 lines
148 B
C
10 lines
148 B
C
#ifndef ___TOOLS_H
|
|
#define ___TOOLS_H
|
|
|
|
#define LOG_FILE "/dev/null"
|
|
|
|
void lprintf(const char *format, ...);
|
|
int print_help();
|
|
|
|
#endif // ___TOOLS_H
|