1 void catsetrealloc(Catset*, int); 2 void catsetinit(Catset*, int); 3 void catsetfree(Catset*t); 4 void catsetcopy(Catset*, Catset*); 5 void catsetset(Catset*, int); 6 int catsetisset(Catset*); 7 void catsetorset(Catset*, Catset*); 8 int catseteq(Catset*, Catset*); 9