| 18 | #endif |
| 19 | |
| 20 | char *exchangestr(char *o, const char *n) { delete[] o; return newstring(n); } |
| 21 | |
| 22 | vector<const char *> executionstack; // keep history of recursive command execution (to write to log in case of a crash) |
| 23 | char *commandret = NULL; |
no test coverage detected