# | Line 39 | Line 39 | inline int mkdir(const char* path) | |
---|---|---|
39 | inline string sgetenv(const string& name) | |
40 | { | |
41 | char* value = getenv(name.c_str()); | |
42 | < | |
42 | > | |
43 | return value != NULL ? value : ""; | |
44 | } | |
45 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |