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>#undef remove a macro definition</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
#undef                   Remove a Macro Definition

 #undef  identifier

    This directive removes the current definition of the macro named
    identifier.

      Notes:    To remove the definition of a macro with arguments,
                specify the macro name only. Do not include the argument
                list.

                If identifier is not currently defined as a macro, no
                error occurs.

                Macro definitions can also be removed using the compile-
                time switches /U and /u.

See Also: #define

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