ref: 1216c06c3bdf3f3fb953ec96de99e026ef318360
dir: /sys/src/games/music/jukefs/catset.h/
void catsetrealloc(Catset*, int); void catsetinit(Catset*, int); void catsetfree(Catset*t); void catsetcopy(Catset*, Catset*); void catsetset(Catset*, int); int catsetisset(Catset*); void catsetorset(Catset*, Catset*); int catseteq(Catset*, Catset*);