only_std_keywords

Controls the use of ISO/IEC keywords.

Syntax
#pragma only_std_keywords on | off | reset
  
Remarks

The compiler recognizes additional reserved keywords. If you are writing source code that must follow the ISO/IEC C standards strictly, enable the pragma only_std_keywords .

By default, this pragma is disabled.

Related information
ANSI_strict
c99
c9x
ignore_oldstyle
require_prototypes