Home > database >  Statements of a macro definition and distinction
Statements of a macro definition and distinction

Time:09-29

# define led P00 (macro definition)
Sbit led=P0 ^ 0; (statement)
Macro definition head with "#", end without a ";" , must not "^", not "="
Declare a head without the "#", end with ";" , there must be a "^", "="
(chicken dish shivering, must not forget again, to be master critical hit, they melody (? _? )
  • Related