chipperMDW
Programmer
Can someone point me to a utility that can convert a binary file into a C (or C++) header? A Unix utility would be preferred, but a Windows one will work, too.
For example, such a utility might generate output similar to the following:
For example, such a utility might generate output similar to the following:
Code:
#ifndef XXXXX
#define XXXXX
const char xxxxx_data = "\005\000\003\062\145\000\003"
"\064\061\210\005\112\421\000";
#endif