FreeNOS
|
#include <FreeNOS/User.h>
#include <Lz4Decompressor.h>
#include <Types.h>
#include <string.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include "unistd.h"
Go to the source code of this file.
Functions | |
int | forkexec (const char *path, const char *argv[]) |
Create a new process and execute program. More... | |