PreprocessorDirective
Preprocessor Directive From DFWiki
A preprocessor directive is a set of directives provided by the compiler usually providing interfaces allowing the creation of compile-time tests based on environment settings, the inclusion of other files, the output of warnings or the suspention of compilation in error cases. In DragonFly BSD, the GCC compiler provides the following (standardized) directives:
#define #undef #error #include
#if #ifdef #ifndef #else
#elif #endif #line #pragma
defined # ##
Table of contents