[ create a new paste ] login | about

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

C, pasted on Jun 25:
1
2
3
4
FP32 p;
int TempMonAdc;

p = ((TempMonAdc/255) + 40) / 2;


Output:
1
2
3
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'p'
Line 4: warning: data definition has no type or storage class
Line 4: error: initializer element is not constant


Create a new paste based on this one


Comments: