Desktop/Daniele/Program Editing/Progetto di informatica 2/componenti/header.h

Go to the documentation of this file.
00001 
00002 #ifndef H_h
00003 #define H_h
00004 
00005 
00013 
00014 
00020 struct node
00021 {
00022 unsigned int freq; 
00023 char c; 
00024 node* left; 
00025 node* right; 
00026 };
00027 
00029 
00034 struct elem
00035 {
00036 int info; 
00037 elem* succ; 
00038 elem* prec; 
00039 };
00040 
00044 typedef node frequenza;
00045 #endif

Generated on Sat May 20 14:57:56 2006 for Huffzip by  doxygen 1.4.6-NO