Format
#ifdef Name
Args
Name: A macro definition.
The #ifdef
statement is used to conditionally compile code. It is equivalent to #if defined(Name)
.
#ifdef Name
Name: A macro definition.
The #ifdef
statement is used to conditionally compile code. It is equivalent to #if defined(Name)
.