distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
STRINGIFY() macro. More...
Go to the source code of this file.
Macros | |
#define | STRINGIFY_IMPLEMENTATION(a) #a |
Implementation of STRINGIFY() More... | |
#define | STRINGIFY(a) STRINGIFY_IMPLEMENTATION(a) |
Stringifies the token. More... | |
STRINGIFY() macro.
#define STRINGIFY | ( | a | ) | STRINGIFY_IMPLEMENTATION(a) |
Stringifies the token.
[in] | a | is the token |
#define STRINGIFY_IMPLEMENTATION | ( | a | ) | #a |
Implementation of STRINGIFY()
[in] | a | is the token |