What´s the best workaround to implement variable length array´s in TCC ?. I´m really want "translate" code for GCC/Mingw like these
char str[i+15]; float vec[varlen];
I have a few reasons to define a type for a fixed length array such as this:
typedef float fixed_array_t[NX][NY];
fixed_array_t