FLEXALIGNOF 31 lib/flexmember.h # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) FLEXALIGNOF 33 lib/flexmember.h # define FLEXALIGNOF(type) _Alignof (type)