Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C - <b>#else false path for conditional compilation tests</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
#else                    False Path for Conditional Compilation Tests

 #else

    The #else directive, along with #if, #ifdef, #ifndef, #elif and
    #endif, controls compilation in a selective manner.  These directives
    are used to identify a group of source lines which are included or
    excluded from the compilation based on whether a given macro is
    defined.  The #else directive specifies the else path for a #if,
    #ifdef, #ifndef or #elif directive.

      Notes:    #else directives may be nested and used in conjunction
                with #elif.

See Also: #if #ifdef #ifndef #endif #elif

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson