Defines | |
#define | STRINGIFY(x) #x |
2nd part of the 2 stage macro (TOSTRING) to turn an unquoted identifier into a string. | |
#define | TOSTRING(x) STRINGIFY(x) |
Macro to turn an unquoted identifier into a string. | |
#define | TRUE 1 |
True value. | |
#define | FALSE 0 |
False value. | |
Typedefs | |
typedef int | bool |
Boolean type. |
#define STRINGIFY | ( | x | ) | #x |
2nd part of the 2 stage macro (TOSTRING) to turn an unquoted identifier into a string.
x | identifer to turn into a string. |
#define TOSTRING | ( | x | ) | STRINGIFY(x) |
Macro to turn an unquoted identifier into a string.
x | identifer to turn into a string. |