|
guanaqo
develop
Utilities for scientific software
|
Stringify and token concatenation helpers.
Definition in file stringify.h.
Go to the source code of this file.
Macros | |
| #define | GUANAQO_CAT(a, b) |
| Concatenate the given tokens. | |
| #define | GUANAQO_CAT_IMPL(a, b) |
| #define | GUANAQO_STRINGIFY(s) |
| Convert the given token to a string literal. | |
| #define | GUANAQO_STRINGIFY_IMPL(s) |
| #define GUANAQO_CAT_IMPL | ( | a, | |
| b ) |
Definition at line 10 of file stringify.h.
| #define GUANAQO_STRINGIFY_IMPL | ( | s | ) |
Definition at line 14 of file stringify.h.