Download TASKING VX-toolset for C166 User Guide

Transcript
Tool Options
C compiler option: --iso (-c)
Menu entry
1.
Select C/C++ Compiler » Language.
2.
From the Comply to C standard list, select ISO C99 or ISO C90.
Command line syntax
--iso={90|99}
-c{90|99}
Default: --iso=99
Description
With this option you select the ISO C standard. C90 is also referred to as the "ANSI C standard". C99
refers to the newer ISO/IEC 9899:1999 (E) standard. C99 is the default.
Example
To select the ISO C90 standard on the command line:
c166 --iso=90 test.c
Related information
C compiler option --language (Language extensions)
283