19 lines
891 B
Python
19 lines
891 B
Python
@ cdecl __p__environ() ucrtbase.__p__environ
|
|
@ cdecl __p__wenviron() ucrtbase.__p__wenviron
|
|
@ cdecl _dupenv_s(ptr ptr str) ucrtbase._dupenv_s
|
|
@ cdecl _putenv(str) ucrtbase._putenv
|
|
@ cdecl _putenv_s(str str) ucrtbase._putenv_s
|
|
@ cdecl _searchenv(str str ptr) ucrtbase._searchenv
|
|
@ cdecl _searchenv_s(str str ptr long) ucrtbase._searchenv_s
|
|
@ cdecl _wdupenv_s(ptr ptr wstr) ucrtbase._wdupenv_s
|
|
@ cdecl _wgetcwd(wstr long) ucrtbase._wgetcwd
|
|
@ cdecl _wgetdcwd(long wstr long) ucrtbase._wgetdcwd
|
|
@ cdecl _wgetenv(wstr) ucrtbase._wgetenv
|
|
@ cdecl _wgetenv_s(ptr ptr long wstr) ucrtbase._wgetenv_s
|
|
@ cdecl _wputenv(wstr) ucrtbase._wputenv
|
|
@ cdecl _wputenv_s(wstr wstr) ucrtbase._wputenv_s
|
|
@ cdecl _wsearchenv(wstr wstr ptr) ucrtbase._wsearchenv
|
|
@ cdecl _wsearchenv_s(wstr wstr ptr long) ucrtbase._wsearchenv_s
|
|
@ cdecl getenv(str) ucrtbase.getenv
|
|
@ cdecl getenv_s(ptr ptr long str) ucrtbase.getenv_s
|