1 2 3 4 5 6 7
#ifndef MAIN_H #define MAIN_H extern int main_help(int, char**); extern int main_info(int, char**); #endif