Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:24:33

0001 /*
0002  *  Extern declarations for C structure representing binary file some.bin
0003  *
0004  *  WARNING: Automatically generated -- do not edit!
0005  */
0006 
0007 #ifndef __some_h
0008 #define __some_h
0009 
0010 #include <sys/types.h>
0011 
0012 extern const unsigned char some_bin[];
0013 extern const size_t some_bin_size;
0014 
0015 #endif