#ifndef PKE_EMBED_EMBEDDED_FILE_H #define PKE_EMBED_EMBEDDED_FILE_H #include struct embedded_file { const char *name; const unsigned char *data; const size_t size; }; #endif /* PKE_EMBED_EMBEDDED_FILE_H */