#define SETFLAG(v,n) ( (v)[(n)/FLAGTYPEBITS((v)[0])] |= 1 << ( (n) & FLAGROUND((v)[0]) ))
sack_types.h
set a single flag index
Macros