1 2 3 4 5 6 7 8 9 10
// MIT License, Copyright (c) 2020 Marvin Borner #ifndef LOAD_H #define LOAD_H #include <proc.h> int bin_load(const char *path, struct proc *proc); #endif