ae2f_docs
Loading...
Searching...
No Matches
Macro.h.in
1/** @file Macro.h */
2
3#ifndef __ae2f_MACRO_GENERATED
4#define __ae2f_MACRO_GENERATED 0
5#endif
6
7#undef ae2f_MAC
8
9/**
10 * @def ae2f_MAC
11 * @brief
12 * A hint for creating a macro from void-returning function.
13 *
14 * @details
15 * Its parameters will be additional template parameters you could customise.
16 * */
17#define ae2f_MAC(a) void
18
19#if !(defined(ae2f_OFF) && defined(ae2f_ON))
20#define ae2f_OFF 0
21#define ae2f_ON 1
22#endif
23
24#ifndef ae2f_MAC_BUILD
25#define ae2f_MAC_BUILD ae2f_@ae2f_MAC_BUILD@
26#endif
#define ae2f_MAC_BUILD
Definition Macro.h:25