# | Line 15 | Line 15 | |
---|---|---|
15 | ||
16 | using namespace std; | |
17 | ||
18 | + | #include <menes-ext/casts.hpp> |
19 | + | |
20 | inline string sgetenv(const string& name) | |
21 | { | |
22 | char* value = getenv(name.c_str()); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |