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