An eĿlipsis extension to decrement a macro holding an integer. More...
Macros | |
#define | VAR() |
The name of the macro to which we will assign. | |
An eĿlipsis extension to decrement a macro holding an integer.
Use this such as in
If prior to this A()
evaluates to the value 19
this assigns the token 18
to the macro A()
.