Language element control

Table 1. Language element control pragmas
Pragma Description
#pragma langlvl (C only)

Determines whether source code and compiler options should be checked for conformance to a specific language standard, or subset or superset of a standard.

#pragma mc_func

Allows you to embed a short sequence of machine instructions "inline" within your program source code.

#pragma options

Specifies compiler options in your source program.