Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duckonaut/finch

Small utility to include a directory as organized, easily accessible, const data in the form of a C header
https://github.com/duckonaut/finch

Last synced: 5 days ago
JSON representation

Small utility to include a directory as organized, easily accessible, const data in the form of a C header

Awesome Lists containing this project

README

        

# finch
Compile a directory into a C header (or a header + C file) to access it as global data.

## Usage
```
Usage: finch [OPTIONS] [OUTPUT]

Arguments:
The directory to compile.
[OUTPUT] The output file name.

Options:
-c, --c-file Generate a C file as well.
-p, --prefix The prefix to add to the output struct.
-h, --help Print help
```