Denso RC5 Dokumentacja Strona 546

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 545
20-2
#undef (Preprocessor Statement)
Function
Makes a symbol constant defined with #define or macro definition invalid.
Format
#undef {<Symbol constant>|<Macro name>}
Explanation
This statement makes a symbol constant defined with #define or macro
definition invalid in the program after this #undef. Designate only the macro
name for a macro with an argument.
Related Terms
#define
Example
#UNDEF NAME 'Makes NAME defined with a symbol definition or macro definition
'in the #DEFINE statement invalid.
Przeglądanie stron 545
1 2 ... 541 542 543 544 545 546 547 548 549 550 551 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag