Defines

alignof_replacement.h File Reference

Go to the source code of this file.

Defines

#define ALIGNOF(type)   offsetof (struct { char c; type member; }, member)
#define ALIGN_POD_TYPE(type)   type

Define Documentation

#define ALIGN_POD_TYPE (   type  )     type

Definition at line 278 of file alignof_replacement.h.

#define ALIGNOF (   type  )     offsetof (struct { char c; type member; }, member)