Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | 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*);