

#undef               Preprocessing Directive               #undef




Undefine a macro

#uunnddeeff _i_d_e_n_t_i_f_i_e_r

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













































COHERENT Lexicon                                           Page 1


