#include <precomp.h>
Go to the source code of this file.
◆ _wgetenv()
Definition at line 35 of file getenv.c.
36{
39
41 {
46 }
48}
static LPCWSTR LPCWSTR LPCWSTR env
wchar_t ***CDECL __p__wenviron(void)
_ACRTIMP size_t __cdecl wcslen(const wchar_t *)
_ACRTIMP int __cdecl _wcsnicmp(const wchar_t *, const wchar_t *, size_t)
GLuint GLsizei GLsizei * length
◆ getenv()
Definition at line 17 of file getenv.c.
18{
21
23 {
28 }
30}
#define _strnicmp(_String1, _String2, _MaxCount)
char ***CDECL __p__environ(void)
_ACRTIMP char *__cdecl strchr(const char *, int)
_ACRTIMP size_t __cdecl strlen(const char *)