ReactOS
0.4.15-dev-7136-g77ab709
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 Fri Dec 8 2023 06:12:44 for ReactOS by
1.9.6