hex2chars.c
changeset 8 96d16dfe787a
parent 0 af501b0c1716
child 9 c3fecc82ade6
equal deleted inserted replaced
7:a1aa30f0f904 8:96d16dfe787a
   133         if ((end = remap_works_not (start, len)) != NULL)
   133         if ((end = remap_works_not (start, len)) != NULL)
   134             printf ("%s\t<==>\t%s\n", start, end);
   134             printf ("%s\t<==>\t%s\n", start, end);
   135         start = end;
   135         start = end;
   136     }
   136     }
   137 
   137 
   138     return 0;
   138     return EXIT_SUCCESS;
   139 }
   139 }