Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
extern char** environ;
9
10
pid_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
14
namespace Lemon{
15
void Yield(){
Callers
9
OnOKPress
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
ParseLine
Function · 0.85
Run
Function · 0.85
Open
Method · 0.85
OnFileOpened
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected