Add sys_exec () and libprocess wrapper, fix ramdisk tar parsing
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m26s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m26s
This commit is contained in:
@@ -17,3 +17,5 @@ int process_spawn (process_func_t func, void* argument_ptr) {
|
||||
int process_quit (void) { return quit (); }
|
||||
|
||||
void* process_argument (void) { return argument_ptr (); }
|
||||
|
||||
int process_exec (const char* path) { return exec (path); }
|
||||
|
||||
Reference in New Issue
Block a user