药用植物信息管理系统 药用植物信息 void Sort(Linklist h) { node *p,*q,*tail,*s; tail=NULL; while(h->next!=tail) { p=h; q=p->next; while(q->next!=tail) { if(strcmp(p->