#undef

Syntax:

    #define MAX_LEN 255
    #undef MAX_LEN


The #undef command undefines a previously defined macro variable, such as a variable defined by a #define.

Related topics: #define