The C Preprocessor: Conditional Uses |
---|
Next: Conditional Syntax, Up: Conditionals [Contents][Index]
There are three general reasons to use a conditional.
Simple programs that do not need system-specific logic or complex debugging hooks generally will not need to use preprocessing conditionals.