Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
The #undef directive removes the current definition of the specified name. All subsequent occurrences of the name are processed without replacement.
#undef name
-
name
-
Name to be removed. This value is any combination of letters, digits, and punctuation that is valid for the C/C++ preprocessor.
Example
This example removes the definitions for the names nonzero and USERCLASS:
#undef nonzero
#undef USERCLASS
Related topics