1 #ifndef GENERATE
2 #define GENERATE
3 
4 extern int main( int argc, char *argv[])
5 ;
6 
7 #endif
8