{inti;farray_t*n = farray_create("prototypes");count_t*hash =NULL, *entry;for(i =0; i < a->len; i++) {/* Skip rejected clusters */if(!c->cluster[i])continue;/* Check if prototype has been added */intj = a->proto[i];HASH_FIND_INT(hash, &j, entry);if(entry)continue;...