#ifndef MAIN_H #define MAIN_H int main(void); int setup_env(void); int prepare_resume(void); #endif