typedef struct{
int x1;
int y1;
int x2;
int y2;
}COORD;
const
COORD
BS={1,1,80,1},
BI={1,50,80,50},
VS={2,3,59,39},
VI={2,42,59,48},
VU={62,3,79,48};
Problem description:
Test.dm:46:warning: /typedef/int: value changed
It send me the error to the BS=(1,1,80,1), Any idea?