#include #include #include #include #define pi M_PI void plasmaScreen(int width,int height){ int x,y,sec; double dx,dy,dv; time_t t; initwindow(width,height,"WinBGIm Plasma"); while(1){ time(&t); sec = (localtime(&t))->tm_sec; for(x=0;x",argV[0]); else{ plasmaScreen(atoi(argV[1]),atoi(argV[2])); } return 0; }