文件名称:incbin:在CC ++中包含二进制文件
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-28 01:50:08
C
bin 轻松在您的C / C ++应用程序中包含二进制文件 例子 # include " incbin.h " INCBIN (Icon, " icon.png " ); // This translation unit now has three symbols // const unsigned char gIconData[]; // const unsigned char *const gIconEnd; // a marker to the end, take the address to get the ending pointer // const unsigned int gIconSize; // Reference in other translation units like this INCBIN_E
【文件预览】:
incbin-main
----.travis.yml(85B)
----incbin.h(11KB)
----UNLICENSE(1KB)
----README.md(5KB)
----incbin.c(9KB)
----test()
--------.gitignore(9B)
--------Makefile(85B)
--------loremipsum.txt(962B)
--------sevenbytes.txt(7B)
--------asserts.c(533B)
--------onebyte.txt(1B)