|
Elektra
0.9.0
|
Macros by Elektra. More...

Macros | |
| #define | ELEKTRA_QUOTE(x) #x |
| Surround a value with double quotes. | |
| #define | ELEKTRA_STRINGIFY(x) ELEKTRA_QUOTE (x) |
| Surround a macro value with double quotes. | |
| #define | ELEKTRA_CONCAT2(X, Y) X##Y |
| Concat two values. | |
| #define | ELEKTRA_CONCAT(X, Y) ELEKTRA_CONCAT2 (X, Y) |
| Concat two macro values | |
| #define | ELEKTRA_SET_ERROR_READ_ONLY(info, returned, error) |
| Sets error if info != returned. More... | |
Macros by Elektra.
Macros start with ELEKTRA_ and are uppercase.
| #define ELEKTRA_SET_ERROR_READ_ONLY | ( | info, | |
| returned, | |||
| error | |||
| ) |
Sets error if info != returned.
| info | how the info is now (freshly received) |
| returned | how the info passed from user is |
| error | key to set error to |
1.8.13