#ifndef _RUN_H_ #define _RUN_H_ #include void run_module(const char *progname, const char *modname, size_t num_args, char *args[]); #endif