r6:Define:ALIGN SINGLE POINTER

From liblfds.org
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Source File

/inc/liblfds.h

Define

#define ALIGN_SINGLE_POINTER  [atom_t size in bytes]

Parameters

No parameters.

Return Value

No return value.

Notes

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

See Also