Determines whether C99 support is enabled for C programs. This is a deprecated option.
Windows: Language > Enable C99 Support
Linux: Language > Disable C99 Support
Mac OS X: Language > Disable C99 Support
This option determines whether C99 support is enabled for C programs. One of the features enabled by -c99 (Linux and Mac OS X) or /Qc99 (Windows), restricted pointers, is available by using option restrict. For more information, see restrict.
Note that C99 features are only available in C; they are not available in C++.
Copyright © 1996-2010, Intel Corporation. All rights reserved.