/* md.tc - 2/15/15 - tct */ ctoh int c;char a(0) [ int i i=c/16;if (i<10) a(0)=i+'0';else a(0)=(i-10)+'a' i=c%16;if (i<10) a(1)=i+'0';else a(1)=(i-10)+'a' ] md [ pl "md.tc - 2/15/15 - tct" int s1,s2,s3,s4,m1,m2,m3,m4,i,bytes char b,a(8) m1=3;m2=7;m3=13;m4=23 char where(5000),fn(20) pl "Enter file to process : ";gs fn bytes=readfile fn,where,where+5000,1 while (i