/* * Extern declarations for C structure representing binary file some.bin * * WARNING: Automatically generated -- do not edit! */ #ifndef __some_h #define __some_h #include extern const unsigned char some_bin[]; extern const size_t some_bin_size; #endif