[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Syntax of Conditionals

A conditional in the C preprocessor begins with a conditional directive: `#if', `#ifdef' or `#ifndef'. See section Conditionals and Macros, for information on `#ifdef' and `#ifndef'; only `#if' is explained here.


[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]