struct foo { unsigned char xdata x,y; }; struct foo bar[3]; ... Remove 'xdata' from the structure declaration and change the array or struct declaration to:.
確定! 回上一頁