Files
Payload_SDK_V2.2.1_300tc/tools/file2c/readme.txt
2022-11-21 12:16:25 +08:00

11 lines
327 B
Plaintext

* file2c 1.1
file2c is a simple commandline utility that generates C source files from binary files. It can be used to embed external files into C or C++ programs.
* Usage
file2c [OPTION...] FILE [FILE...]
Examples:
file2c icon.png Create 'icon_png.h' 'icon_png.c" from the contents of 'bar.bin'