44 #define SET_ON(set) memset(set.buf,255,(set.size>>3L)+1L) 45 #define SET_OFF(set) memset(set.buf,0,(set.size>>3L)+1L) long int set_min(set_type set)
void set_assign(set_type *a, set_type b)
set_type set_difference(set_type a, set_type b)
long int set_max(set_type set)
set_type set_union(set_type a, set_type b)
void set_insert(long int element, set_type set)
os2<< "> n<< " > nendobj n
void set_on(set_type set)
set_type set_init(long int n)
int set_member(long int element, set_type set)
int set_empty(set_type set)
void set_off(set_type set)
long int num_in_set(set_type set)
void set_delete(long int element, set_type set)
int set_equal(set_type a, set_type b)
set_type set_intersection(set_type a, set_type b)
void set_nuke(set_type *set)