int compare(const *a,const *b){ return strcmp(*(char ** )a,*(char ** )b);}
[此贴子已经被作者于2006-4-30 14:30:45编辑过]