#include "config.h" #ifndef NO_STDLIB_H # include #endif #include "most.h" int main(int argc, char *argv[]) { most_initialize_most (); exit (most (argc, argv)); return 0; }