c99, Qc99

Enables/disables C99 support for C programs.

IDE Equivalent

Linux: Language > Disable C99 Support

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -c99
    -c99-
Windows:    /Qc99
    /Qc99-

Arguments

None

Default

/Qc99-    C99 support is disabled for C programs on Windows.
-c99 C99 support is enabled for C programs on Linux.

Description

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.

Alternate Options

None

See Also

Qrestrict compiler option