Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_setenv
Function
ff_setenv
lib/ff_host_interface.c:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
int ff_setenv(const char *name, const char *value)
229
{
230
return setenv(name, value, 1);
231
}
232
233
char *ff_getenv(const char *name)
234
{
Callers
1
kern_setenv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected