bin2froh
Converts binary file(s) to/from C header file(s)
Binary files, like Bitmap, have binary format ,while C compiler requires that they are converted to char array in C header files.
Bin2froh comprises two programs, "bintoh" and "binfromh", which convert binary files to and from C header files. Use "bintoh" to convert binary files to C header files, and "binfromh" to revert the works done by "bintoh".