int getlength(SList *list,int x){ int i,make=0;for(i=0;i<list->length;i++)if(list[i]==x)make++:return make;}