Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/games/music/jukefs/catset.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
void catsetrealloc(Catset*, int);
2
void catsetinit(Catset*, int);
3
void catsetfree(Catset*t);
4
void catsetcopy(Catset*, Catset*);
5
void catsetset(Catset*, int);
6
int catsetisset(Catset*);
7
void catsetorset(Catset*, Catset*);
8
int catseteq(Catset*, Catset*);