Hi, On Sat, 7 Nov 2015, Sergey Korshunoff wrote:
> > I don't know. Which software do you have that uses VLAs? > VLA -- variable length arrays > int a1[20]; // fixed length array > int i = 20; > int a2[i]; // variable length array Yeah, well, we know what VLAs are. The question was, which software do you use, that requires VLAs "with interrupts" (whatever that's supposed to mean)? Ciao, Michael. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
