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
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -c99 -no-c99 |
Windows: | /Qc99 /Qc99- |
None
-no-c99 |
C99 support is disabled for C programs on Linux. |
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.
-std, /Qstd