Non-Confidential | ![]() | ARM DUI0375E | ||
| ||||
Home > Language Extensions > C99 language features available in C90 |
The compiler supports numerous extensions to the ISO C90 standard, for example, C99-style //
comments. These extensions are available if the source language is C90 and you are compiling in nonstrict mode.
--strict
compiler option.//
comments, might be similar to the
C90 language extensions. Such features continue to remain available
if you are compiling strict Standard C or strict Standard C++ using
the --strict
compiler option.