nonoo / files2c

Converts all files found in the given directory to C-style hex arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

files2c

Converts all files found in the given directory to C-style hex arrays.

All arrays are placed in the given .c file, and a .h header is automatically generated with the extern declarations.

Installing

go get github.com/nonoo/files2c
go install github.com/nonoo/files2c

About

Converts all files found in the given directory to C-style hex arrays

License:MIT License


Languages

Language:Go 100.0%