ReactOS
0.4.16-dev-734-g364d6e0
wputenv.c
Go to the documentation of this file.
1
#include <precomp.h>
2
3
4
/* misc/environ.c */
5
int
SetEnv
(
const
wchar_t
*
option
);
6
7
/*
8
* @implemented
9
*/
10
int
_wputenv
(
const
wchar_t
*
val
)
11
{
12
return
SetEnv
(
val
);
13
}
val
GLuint GLfloat * val
Definition:
glext.h:7180
option
Definition:
getopt.h:109
_wputenv
int _wputenv(const wchar_t *val)
Definition:
wputenv.c:10
SetEnv
int SetEnv(const wchar_t *option)
Definition:
environ.c:210
sdk
lib
crt
stdlib
wputenv.c
Generated on Sun Feb 9 2025 06:14:05 for ReactOS by
1.9.6