exec.h 112 B

1234567
  1. #ifndef EXEC_H
  2. #define EXEC_H
  3. struct os_entry_t;
  4. int os_exec(const char* base, struct os_entry_t* os);
  5. #endif