Controlling C99 extensions to the C language shows how to control C99 extensions.
| To control this option from here... | use this setting |
|---|---|
| CodeWarrior IDE | Enable C99 Extensions in the C/C++ Language Settings panel |
| source code | #pragma c99 |
| command line | -c99 |