#include <precomp.h>
#include <direct.h>
#include <tchar.h>
Go to the source code of this file.
◆ _tgetdcwd()
Definition at line 22 of file getdcwd.c.
23{
25
27
30 else
31 {
34 int dir_len;
35
36 drivespec[0] +=
drive - 1;
38 {
41 }
42
43
44
45
47 if (dir_len >=
size || dir_len < 1)
48 {
51 }
52
56
58 }
60}
_Check_return_ _CRTIMP int __cdecl _getdrive(void)
GLenum GLuint GLenum GLsizei const GLchar * buf
errno_t __cdecl _set_errno(_In_ int _Value)