#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
GLuint GLsizei GLsizei * length
_CRTIMP wchar_t ***__cdecl __p__wenviron()
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
_Check_return_ _CRTIMP int __cdecl _wcsnicmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
◆ getenv()
Definition at line 17 of file getenv.c.
18{
21
23 {
28 }
30}
ACPI_SIZE strlen(const char *String)
char * strchr(const char *String, int ch)
#define _strnicmp(_String1, _String2, _MaxCount)
_CRTIMP char ***__cdecl __p__environ()