HDK
|
Go to the source code of this file.
Classes | |
struct | Arch_PerLibInit< StaticInit > |
Macros | |
#define | _ARCH_CAT_NOEXPAND(a, b) a ## b |
#define | _ARCH_CAT(a, b) _ARCH_CAT_NOEXPAND(a, b) |
#define | _ARCH_ENSURE_PER_LIB_INIT(T, prefix) static Arch_PerLibInit<T> _ARCH_CAT(prefix, __COUNTER__) |
Define function attributes.
This file allows you to define architecture-specific or compiler-specific options to be used outside lib/arch.
Definition in file attributes.h.
#define _ARCH_CAT | ( | a, | |
b | |||
) | _ARCH_CAT_NOEXPAND(a, b) |
Definition at line 227 of file attributes.h.
#define _ARCH_ENSURE_PER_LIB_INIT | ( | T, | |
prefix | |||
) | static Arch_PerLibInit<T> _ARCH_CAT(prefix, __COUNTER__) |
Definition at line 228 of file attributes.h.