ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <direct.h>
#include <corecrt_internal_traits.h>
#include <corecrt_internal_win32_buffer.h>
#include <malloc.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
template<typename Character > | |
_Success_ (return==0) static int __cdecl set_cwd_environment_variable(_In_z_ Character const *const path) throw () | |
int __cdecl | _chdir (char const *const path) |
int __cdecl | _wchdir (wchar_t const *const path) |
Definition at line 34 of file chdir.cpp.