Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
spawn.h
Go to the documentation of this file.
1#ifndef __PROCC__SPAWN_H__
2#define __PROCC__SPAWN_H__
3
4#include <type.h>
5
6int spawn(const char* path, char* argv[], char* envp[]);
7
8#endif // __PROCC__SPAWN_H__
int spawn(const char *path, char *argv[], char *envp[])
kstring path
Definition voxmo.h:7