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