DCL 4.0
|
#include <dcl/Config.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <dcl/_stdlib.h>
#include <dcl/Object.h>
#include "__strumbs.h"
Go to the source code of this file.
Functions | |
__DCL_BEGIN_NAMESPACE int | __getenv (const String &_name, String &_value) |
int | __setenv (const String &_name, const String &_value, bool _overwrite) |
int | __unsetenv (const String &_name) |
int | __realpath (const String &_path, String &_resolved) |
__DCL_BEGIN_NAMESPACE int __getenv | ( | const String & | _name, |
String & | _value ) |
Definition at line 40 of file _stdlib.cpp.
int __realpath | ( | const String & | _path, |
String & | _resolved ) |
Definition at line 65 of file _stdlib.cpp.
int __setenv | ( | const String & | _name, |
const String & | _value, | ||
bool | _overwrite ) |
Definition at line 52 of file _stdlib.cpp.
int __unsetenv | ( | const String & | _name | ) |
Definition at line 59 of file _stdlib.cpp.