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