894 Syntax of Conditionals Contents|Index|Previous|Next
 

Syntax of conditionals 

A conditional in the C preprocessor begins with one of three conditional directives: #if, #ifdef or #ifndef. See Conditionals for complete listings of documentation on #ifdef and #ifndef, and, for information on #if, see The #if directive. 0