Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kern_setenv
Function
kern_setenv
lib/ff_kern_environment.c:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int
83
kern_setenv(const char *name, const char *value)
84
{
85
return ff_setenv(name, value);
86
}
87
88
void
89
freeenv(char *env)
Callers
1
ff_freebsd_init
Function · 0.70
Calls
1
ff_setenv
Function · 0.85
Tested by
no test coverage detected