Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

bigfile.C

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <lego.H>
00003 
00004 extern int yydebug;
00005 extern FILE *wwout;
00006 
00007 void main(int argc,char **argv)
00008 {
00009 
00010         //yydebug=1;
00011         wwout=stderr;
00012 
00013         legoModule *module_ptr=new legoModule();
00014         LegoRead(argv[1],module_ptr);
00015         LegoWrite(module_ptr,"1.el");
00016 }

Generated on Mon Jul 21 20:24:00 2003 for TINKER LEGO DOC by doxygen 1.3.2