ref: 70f700699ac06fb33267395c60f62b4fae3f4f15
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*);