tree_types.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:0k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. int compare_int(char * num1, char * num2);
  2. int compare_string(char * str1, char * str2);
  3. void free_int(int * num);
  4. void free_string(char * string);
  5. void * copy_int(int * num);
  6. void * copy_string(char * string);
  7. void * compare_string_version(char * str1, char * str2);