ref: 9cf519814591413493be10cfaa00853cb15e7a0b
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*);