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

main.C

Go to the documentation of this file.
00001 
00002 
00003 #include <assert.h>
00004 #include <stdlib.h>
00005 #include <stdio.h>
00006 
00007 #include "stdtypes.h"
00008 #include "fifo_list.h"
00009 #include "str.h"
00010 #include "sym.h"
00011 #include "type.h"
00012 #include "const.h"
00013 #include "dsym.h"
00014 
00015 main( int argc, char *argv[] )
00016 {
00017     sym s;
00018     sym_type named_type;
00019     type_record rec_type;
00020     type_record * pRecType;
00021 
00022     pRecType = &rec_type;
00023 
00024     named_type.set_ty_type( pRecType );
00025 } // main

Generated on Wed Mar 31 21:15:55 2004 for Data Structures for a VHDL Compiler by doxygen 1.3.3