c99

Controls the use of a subset of ISO/IEC 9899-1999 ("C99") language features.

Syntax
#pragma c99 on | off | reset
  
Remarks

If you enable this pragma, the compiler accepts many of the language features described by the ISO/IEC 9899-1999 standard:

By default, this pragma is disabled.

Related information
ANSI_strict
c9x
ignore_oldstyle
only_std_keywords
require_prototypes