#ifndef __MAIN_H #define __MAIN_H int main( int argc, char *argv[] ); int Function1(); int Function2(); int Function3(); #endif