ref: 5b7d8e1f6fb4167e354545fef7e6dd6676986441
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*);