Keil Logo Arm Logo

C251 User's Guide

#ifdef

The #ifdef directive is a special case of the #if directive that tests a name to determine if it is defined.

#ifdef name

This directive is equivalent to:

#if defined(name)

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.