#ifndef MAIN_H #define MAIN_H int main_help(int, char**); int main_env(int, char**); #endif