[cc65] c programm

Date view Thread view Subject view

From: 3843416 (carlosofcascade_at_gmx.net)
Date: 2003-02-05 21:26:20


kann sich einer vorstellen, warum folgendes programm nicht funzt ?

carlos



typedef struct{
	char color1, color2;
} ROYWINCOL_T;

void  setcharcolors(ROYWINCOL_T colors);

void main(void){
	setcharcolors({1,0});
}


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-02-05 21:30:06 CET