cpp.info: Conditional Syntax

Go forward to Deleted Code
Go backward to Conditional Uses
Go up to Conditionals
Go to the top op cpp

Syntax of Conditionals

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