#ifndef ELF_H #define ELF_H #include #include "drive.h" bool try_elf_run(const struct drive *d, const char *path); #endif