TNeo
v1.08
|
Macros that may be useful for any part of the kernel.
Note: only preprocessor macros allowed here, so that the file can be included in any source file (C, assembler, or whatever)
Definition in file tn_common_macros.h.
Go to the source code of this file.
Macros | |
#define | _TN_STRINGIFY_LITERAL(x) #x |
Macro that expands to string representation of its argument: for example,. More... | |
#define | _TN_STRINGIFY_MACRO(x) _TN_STRINGIFY_LITERAL(x) |
Macro that expands to string representation of its argument, which is allowed to be a macro: for example,. More... | |
#define _TN_STRINGIFY_LITERAL | ( | x | ) | #x |
Macro that expands to string representation of its argument: for example,.
expands to:
See also _TN_STRINGIFY_MACRO()
Definition at line 70 of file tn_common_macros.h.
#define _TN_STRINGIFY_MACRO | ( | x | ) | _TN_STRINGIFY_LITERAL(x) |
Macro that expands to string representation of its argument, which is allowed to be a macro: for example,.
expands to:
Definition at line 88 of file tn_common_macros.h.