[ create a new paste ] login | about

Link: http://codepad.org/uAzMp1NP    [ raw code | output | fork ]

C, pasted on Oct 21:
1
2
3
uint8_t checksum = 0;
uint32_t id = 0xDEAD00;
checksum += (id >> 6) && 0xFF;


Output:
1
2
3
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'checksum'
Line 2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'id'
Line 3: error: expected '=', ',', ';', 'asm' or '__attribute__' before '+=' token


Create a new paste based on this one


Comments: