1 2 3 4 5 6 7
#include <stdint.h> #include <tasks/process.h> u32 sys_spawn(char *path) { return uspawn(path); }