/fembed

Simple C file embedder

Primary LanguageCGNU General Public License v3.0GPL-3.0

fembed

License Issues GitHub pull requests


A simple C file embedding program that can embed a file into a byte array or an array of strings and output it into a file or nicely print it in colors into the standard output.

Clone this repo with

$ git clone --recurse-submodules https://github.com/LordOfTrident/fembed

Table of contents

Quickstart

$ make
$ make install
$ fembed -h

Bugs

If you find any bugs, please create an issue and report them.

Make

Run make all to see all the make rules.