1#ifndef __DCL_STDLIB_H__
2#define __DCL_STDLIB_H__ 20110918
4#ifndef __DCL_CONFIG_H__
22DCLCAPI int setenv(
const char* _name,
const char* _value,
int _overwrite);
23DCLCAPI int unsetenv(
const char* _name);
27DCLCAPI int __setenv(
const String& _name,
const String& _value,
bool _overwrite =
true);
DCLCAPI int __setenv(const String &_name, const String &_value, bool _overwrite=true)
DCLCAPI int __unsetenv(const String &_name)
DCLCAPI int __getenv(const String &_name, String &_value)
DCLCAPI int __realpath(const String &_path, String &_resolved)