#ifndef MINIOS_KERN_FORK_H #define MINIOS_KERN_FORK_H #include #include ssize_t kern_fork(PROCESS_0 *p_father); #endif /* MINIOS_KERN_FORK_H */