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>#elif abbreviation for #else and #if</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
#elif                    Abbreviation for #else and #if

 #elif constant-expression

    This directive provides a more elegant solution to nested #if
    directives than #else followed by #if.

      Notes:    constant-expression may not contain the sizeof operator,
                type casts or enumeration constants.

                If constant-expression contains a macro which is
                currently undefined, that macro is treated as though it
                were defined with a value of zero.

See Also: #else #if

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