#include "stdio.h" #include "stdlib.h" /* The number of machines */ #define N 16 /* The image dimensions */ #define HEIGHT 900 #define WIDTH 1200 /* The povray file will be overf.pov The ini files will be overf_nnnn.ini The resulting PPM file will be overf_nnnn.ppm */ #define BASENAME "overf" int main(int argc,char **argv) { int i; char fname[256]; FILE *fptr; for (i=0;i