#include "process.h" #include extern "C" { int spawn(const char* path) { return Syscall::invoke(Syscall::Spawn, (dword)path); } }