张卓写的代码

This commit is contained in:
DESKTOP-4HD0KC3\ZhangZhuo
2024-10-30 16:20:14 +08:00
commit a079a393bd
1180 changed files with 7771048 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,10 @@
* 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'