2013-04-04 06:58:48 +00:00
|
|
|
This utility converts a file (of any type) into a c array
|
|
|
|
so that it can be compiled into your project.
|
|
|
|
|
2013-04-03 10:32:57 +00:00
|
|
|
Please note that we don't take any responsibility for the
|
|
|
|
precompiled binaries at all. They are provided 'as is' without
|
|
|
|
any warranty.
|
|
|
|
|
|
|
|
|
2013-04-04 06:58:48 +00:00
|
|
|
For example:
|
|
|
|
file2c -cs test.bmp test-image.h
|
|
|
|
|
|
|
|
For usage instructions:
|
|
|
|
file2c -?
|