MCPcopy 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
82int
83kern_setenv(const char *name, const char *value)
84{
85 return ff_setenv(name, value);
86}
87
88void
89freeenv(char *env)

Callers 1

ff_freebsd_initFunction · 0.70

Calls 1

ff_setenvFunction · 0.85

Tested by

no test coverage detected