#ifndef MAIN_H #define MAIN_H int main(void); int menus(void); #endif /*MAIN_H*/