Im highly confused with this... and feel like its a silly question, tbh.
Isnt there a way of declaring several arrays of same length in just one line ?
In the style of
uint16_t ii, iii, iiii, iv;
As you can probably guess, they are-to-be LUTs
What im trying to short down is something like this :
Defeats the initial purpose
It was something that has baffled me. My intention is just to write better code, while readable.
Of course code obfuscating is an art in itself 8)