#ifndef ARGS_H_ #define ARGS_H_ #include "common.h" void help(); partresult parseArgs(int argc, char ** argv, State * state); #endif // ARGS_H_