
 Enclosed are 2 utilities to create header files out of binary data.  
 They both take identical arguments and differ in the output.

 MKHDR creates a C Style header file with C style hex numbers

 MKINC creates an assembler header file with assembler formatted
 hex numbers.

 USAGE

   MKHDR inBinFile OutFile.h
   

   MKINC inBinFile OutFile.inc

  If raw ASCII delimited text is desired, simply use either utility and strip
  off the top and bottom headers with a text editor.

  Use freely -- Jamie O'Connell




