Support commas in declarations
Closed this issue · 0 comments
lynn commented
Currently you have to write
unsigned int x;
unsigned int y = 2;
unsigned int *z;
instead of the handy unsigned int x, y = 2, *z;
.
Closed this issue · 0 comments
Currently you have to write
unsigned int x;
unsigned int y = 2;
unsigned int *z;
instead of the handy unsigned int x, y = 2, *z;
.