PatchworkOS
Loading...
Searching...
No Matches
spawn.c File Reference
#include <stdio.h>
#include <sys/io.h>
#include "user/common/syscalls.h"

Go to the source code of this file.

Functions

pid_t spawn (const char **argv, const spawn_fd_t *fds, const char *cwd, spawn_attr_t *attr)
 System call for creating child processes.