I know this program has been made a million times before but I needed a custom version for a application I am writing for a friend. What this program does is convert binary data to a C source file to be compiled to a object file for use of embedded resources. Like being able to load a file from directly in a program versus from file system. Windows has a neat little resource editor in Visual Studio but gcc doesn't come with one by default. At least not on Mac OS X.
c binary to object file includes source