#ifndef ELF_H #define ELF_H #include struct Elf { uint8_t magic; }; #endif