voila un parfait exemple de script debile
si vous voulez j'en ai fait plein des comme ça 
)
void g2(void)
{
short int x,y,ix,iy;
x,y=0,0;
ix,iy=159,99;
for (x=0 ; x<=159 ; x++){
ix=159-x;
y=x*(0.622624);
iy=ix*(0.622624);
DrawLine (0,99,x,y,A_XOR);
DrawLine (159,0,ix,iy,A_XOR);
DrawLine (0,0,x,iy,A_XOR);
DrawLine (159,99,ix,y,A_XOR);
}
}
