Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

tree_types.h

00001 int compare_int(char * num1, char * num2);
00002 int compare_string(char * str1, char * str2);
00003 
00004 void free_int(int * num);
00005 void free_string(char * string);
00006 
00007 void * copy_int(int * num);
00008 void * copy_string(char * string);
00009 
00010 void * compare_string_version(char * str1, char * str2);

Generated on Tue Dec 20 10:14:59 2005 for vlc-0.8.4a by  doxygen 1.4.2