// MIT License, Copyright (c) 2020 Marvin Borner #ifndef LOAD_H #define LOAD_H #include #include s32 bin_load(const char *path, struct proc *proc); #endif