Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 17th, 2012  |  syntax: C  |  size: 0.24 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         for(i = 0; i < flen; ++i) {
  2.           if(l >= m) {
  3.             if(i) printf("\"\n");
  4.             printf( "\t\"");
  5.             l = 0;
  6.           }
  7.           ++l;
  8.           printf("\x%02x", ((unsigned char *)code)[i]);
  9.         }