An eĿlipsis extension to evaluate and assign an expression. More...
Macros | |
#define | EXPR |
The expression that will be expanded and then assigned. | |
#define | VAR() |
The name of the macro to which we will assign. | |
An eĿlipsis extension to evaluate and assign an expression.
Use this such as in
This assigns the token 20
to the macro A()
.
#define EXPR |
The expression that will be expanded and then assigned.