COHERENT manpages

This page displays the COHERENT manpage for #undef [Undefine a macro].

List of available manpages
Index


#undef -- Preprocessing Directive

Undefine a macro
#undef identifier

The preprocessing  directive #undef tells  the C preprocessor  to disregard
identifier as a macro.  It undoes the effect of the #define directive.

See Also

#define,
C preprocessor
ANSI Standard, §6.8.3