#ifndef Main_First #define Main_First #ifdef __GNUG__ #pragma interface #endif #define main ETMain extern int ETMain(int argc, char *argv[]); #endif