This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

which is better to use

Hi,

Which is better to use
#define TRUE 1
#define FALSE 0
if(a==TRUE)
{ }
if(a!=FASE)
{ }
whether both makes any difference in code size or speed?

Thanks,

0