MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / lemon_spawn

Function lemon_spawn

LibLemon/src/lemon/util.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8extern char** environ;
9
10pid_t lemon_spawn(const char* path, int argc, char* const argv[], int flags){
11 return syscall(SYS_EXEC, (uintptr_t)path, argc, (uintptr_t)argv, flags, environ);
12}
13
14namespace Lemon{
15 void Yield(){

Callers 9

OnOKPressFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ParseLineFunction · 0.85
RunFunction · 0.85
OpenMethod · 0.85
OnFileOpenedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected