How to use build options in Ideone?

5

Yesterday when responding to this question wanted to test it on Ideone, while running the code I received this error:

  

prog.c: In function 'main':   prog.c: 12: 9: error: 'for' loop initial declarations are only allowed in C99 or C11 mode            for (int i = 0; i

asked by anonymous 28.04.2015 / 15:42

1 answer

5

One of the languages you can choose is C99 strict

    
28.04.2015 / 15:46