#define TESTFLAG(v,n) ( (v)[(n)/FLAGTYPEBITS((v)[0])] & ( 1 << ( (n) & FLAGROUND((v)[0]) ) ) )
sack_types.h
test if a flags is set
Macros