Può essere utile anche la reset.
codice:#define SETBIT(a,b) (a|(1<<b)) #define RESETBIT(a,b) ((a|(1<<b))^(1<<b))
Può essere utile anche la reset.
codice:#define SETBIT(a,b) (a|(1<<b)) #define RESETBIT(a,b) ((a|(1<<b))^(1<<b))
01010011 01100001 01101101 01110101 01100101 01101100 01100101 01011111 00110111 00110000
All errors are undocumented features waiting to be discovered.