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

Function LShBuiltin_Clear

Applications/LSh/main.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void LShBuiltin_Clear(int argc, char** argv){
56 printf("\033c");
57}
58
59builtin_t builtinCd = {.name = "cd", .func = LShBuiltin_Cd};
60builtin_t builtinPwd = {.name = "pwd", .func = LShBuiltin_Pwd};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected