The following table shows how to control C99 extensions.
| To control this option from here... | use this setting |
|---|---|
| CodeWarrior IDE | Enable C99 Extensions (-lang c99) in the C/C++ Build > S12Z Compiler > Language settings panel. |
| source code | #pragma c99 |
| command line | -lang c99 |