Embed File in C/C++
This tool generates code to embed files into C/C++ source code with an optional simple compression that comes with a 10 line decompression routine.
Run it online
This tool is available online on https://schellingb.github.io/EmbedFileInC/
The file conversion runs locally in pure JavaScript, it does not upload to any server.
Run it offline
You can just clone or download this repository and open index.html in your browser.
The input form and all logic is contained in that single html file.
License
EmbedFileInC available under the Public Domain.