blob: b53f8928fa1dd08ad395aaa9d2040e942b563205 [file] [log] [blame] [raw]
#ifndef _TOOLBOX_H
#define _TOOLBOX_H
#ifdef __cplusplus
extern "C" {
#endif
#define TOOL(name) int name##_main(int, char **);
#include <tools.h>
#undef TOOL
#ifdef __cplusplus
}
#endif
#endif