tree_types.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- int compare_int(char * num1, char * num2);
- int compare_string(char * str1, char * str2);
- void free_int(int * num);
- void free_string(char * string);
- void * copy_int(int * num);
- void * copy_string(char * string);
- void * compare_string_version(char * str1, char * str2);