PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
spawn.c File Reference
#include <stdio.h>
#include <sys/io.h>
#include "user/common/syscalls.h"
Include dependency graph for spawn.c:

Go to the source code of this file.

Functions

pid_t spawn (const char **argv, spawn_flags_t flags)
 System call for spawning new processes.