| 47 | } |
| 48 | |
| 49 | void LShBuiltin_Export(int argc, char** argv){ |
| 50 | for(int i = 1; i < argc; i++){ |
| 51 | putenv(argv[i]); |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | void LShBuiltin_Clear(int argc, char** argv){ |
| 56 | printf("\033c"); |
nothing calls this directly
no outgoing calls
no test coverage detected