3 *** hint.c.ORIG Sun May 31 15:34:52 1998
4 --- hint.c Mon Jun 15 09:44:53 1998
10 ! sprintf(filnm,"data/%s",argv[0]);
11 if ((curv = fopen(filnm, "w")) == NULL)
13 printf("Could not open data file\n");
18 ! sprintf(filnm,"data/%s","DOUBLE");
19 if ((curv = fopen(filnm, "w")) == NULL)
21 printf("Could not open data file\n");