#ifndef EXEC_H #define EXEC_H struct os_entry_t; int os_exec(const char* base, struct os_entry_t* os); #endif