home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / bintoc.zip / BINTOC.DOC next >
Text File  |  1994-02-18  |  605b  |  20 lines

  1.  
  2. This is a little utility to convert any binary file up to 64k in size
  3. into a C source file.  Once the binary file has been translated, you
  4. can change the file's actual format to suit your needs.
  5.  
  6. BINTOC takes three command-line parameters: a name of an input binary
  7. file, a name of an output source file, and a variable name to use as
  8. a reference to the data.
  9.  
  10. I am interested in seeing how far this program gets distributed.  If
  11. you find this utility to be of use, please take a minute and send a
  12. letter or postcard to:
  13.  
  14.   Andrew Brault
  15.   41 Liberty Ln.
  16.   Bedford, MA 01731
  17.  
  18. Thanks!
  19.  
  20.