Keil Logo Arm Logo

C166 User's Guide

#else

The #else directive specifies an alternative text block to the block following a #if or #elif directive. If the result of the preceding #if or #elif is false, the text following the #else is processed by the compiler.

#if expression
.
.
.
#else
.
.
.
#endif

Keil logo

Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.