#include "process.h" struct process proc_table[255]; int fork(void) { } int exec(char *path, char *args) { } int spawn(char *path, char *args) { }