shithub: riscv

ref: 94333ce6a694c4c9b282c1db4e0360ab6ef047b9
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*);