Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison VMS.c @ 113:43ea731da94e
.dat->.csv
| author | Nina Engelhardt |
|---|---|
| date | Wed, 17 Aug 2011 11:46:05 +0200 |
| parents | 724c7a0b687f |
| children | 73fc5aafbe45 |
comparison
equal
deleted
inserted
replaced
| 51:567ee4dea225 | 52:3fc0c867a1ac |
|---|---|
| 191 FILE* output; | 191 FILE* output; |
| 192 int n; | 192 int n; |
| 193 char filename[255]; | 193 char filename[255]; |
| 194 for(n=0;n<255;n++) | 194 for(n=0;n<255;n++) |
| 195 { | 195 { |
| 196 sprintf(filename, "./counters/Counters.%d.dat",n); | 196 sprintf(filename, "./counters/Counters.%d.csv",n); |
| 197 output = fopen(filename,"r"); | 197 output = fopen(filename,"r"); |
| 198 if(output) | 198 if(output) |
| 199 { | 199 { |
| 200 fclose(output); | 200 fclose(output); |
| 201 }else{ | 201 }else{ |
