r6.0.1:LFDS601_ALIGN_SINGLE_POINTER

From liblfds.org
Revision as of 14:07, 4 January 2015 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

/liblfds601/inc/liblfds601.h

Define

#define LFDS601_ALIGN_SINGLE_POINTER  [lfds601_atom_t size in bytes]

Parameters

No parameters.

Return Value

No return value.

Notes

The value to use for this define is sizeof(lfds601_atom_t). Unfortunately, compilers do not accept C code as an argument to their alignment keyword, so it is not possible to use sizeof(lfds601_atom_t) in the source code. As such, it must be provided in a define.

See Also