


BIN2C(1)                                                 BIN2C(1)


NNAAMMEE
       bin2c - Translate a binary file into a C source


SSYYNNOOPPSSIISS
       bbiinn22cc [/aa] aarrrrnnaammee iinnffiillee [>outfile]

DDEESSCCRRIIPPTTIIOONN
       _B_i_n_2_c converts a binary file into a C source file contain-
       ing an (unsigned char) array  initialized  with  the  file
       contents.

OOPPTTIIOONNSS
       //??     Display a little help screen.

       //aa     Force  7-bit  output.  Normally characters with the
              ASCII values 128..254 are included  as  characters.
              With  this  option  set,  those  characters will be
              included in hexadecimal form.

       aarrrrnnaammee
              This defines the name of the array.

       iinnffiillee The file, which will be converted.

       oouuttffiillee
              The file, in which  the  converted  text  shall  be
              stored.

KKNNOOWWNN BBUUGGSS
       +o      None.

SSEEEE AALLSSOO
       None

CCOONNTTRRIIBBUUTTEERRSS
           Steffen Kaiser
       Ernst-Thlmann-Strae 2
            D-09126 Iden
        Deutschland - Germany

















                          08 August 1995                        1


