Stöter dock på ett problem, en definition av en variabel (har lagt till radnummer manuellt):
Kod: Markera allt
75: union data_int{
76: unsigned char c[sizeof unsigned int];
77: unsigned int t;
78: }sht;
temp.c:76: fel: expected expression before "unsigned"
temp.c:77: fel: expected ";" before "unsigned"
Hur löser jag detta?