#include #include #include #include // simple reader for identification problem format // Dag Wedelin 2008 int main(int argc,char *argv[]) { char X[200],fil1[30]; FILE *filp; char outfile[50]; int i; if(argc==1) { printf("Please give the name of your file!\n"); scanf("%s",fil1); readFile(fil1); } else { for(i=1;i