r6.1.0:LFDS610_ALIGN_DOUBLE_POINTER
Jump to navigation
Jump to search
Source File
/liblfds610/inc/liblfds610.h
Define
#define LFDS610_ALIGN_DOUBLE_POINTER [lfds610_atom_t size in bytes, multiplied by two]
Parameters
No parameters.
Return Value
No return value.
Notes
The value to use for this define is sizeof(lfds610_atom_t), multipled by 2. Unfortunately, compilers do not accept C code as an argument to their alignment keyword, so it is not possible to use sizeof(lfds610_atom_t)*2 in the source code. As such, it must be provided in a define.