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

Function LShBuiltin_Export

Applications/LSh/main.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void LShBuiltin_Export(int argc, char** argv){
50 for(int i = 1; i < argc; i++){
51 putenv(argv[i]);
52 }
53}
54
55void LShBuiltin_Clear(int argc, char** argv){
56 printf("\033c");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected