Enables/disables C99 support for C programs.
Windows: C/C++ > Language > Enable C99 Support
Linux: Language > Disable C99 Support
Mac OS: Language > Disable C99 Support
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
| Linux and Mac OS: | -c99 |
| -c99- | |
| Windows: | /Qc99 |
| /Qc99- |
None
| /Qc99- | C99 support is disabled for C programs on Windows. |
| -c99 | C99 support is enabled for C programs on Linux. |
This option enables/disables C99 support for C programs. One of the features enabled, restricted pointers, is available by using option restrict. For more information, see restrict.
None
Qrestrict compiler option