git: 9front

ref: 876506083fe1bbfa983ec4e274b2c94de7783fd5
dir: /sys/src/games/music/jukefs/catset.h/

View raw version
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*);