Qore Programming Language Reference Manual 1.17.0
Loading...
Searching...
No Matches
ql_env.dox.h
1
3namespace Qore {
8
10
27*string getenv(string var);
28
30
37nothing getenv();
38
40
58int setenv(string env, softstring val);
59
61
68nothing setenv();
69
71
88int unsetenv(string env);
89
91
98nothing unsetenv();
99
101}
nothing getenv()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing setenv()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
nothing unsetenv()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3