Sign in
mingw
/
mingw-w64
/
5a4e4bff8f0353ca2c628ff5491b87be18cc737d
/
.
/
mingw-w64-crt
/
misc
/
execvpe.c
blob: 15b898b530153970c62fe792b2b3f377f6f8c320 [
file
] [
log
] [
blame
]
#include
<process.h>
intptr_t
__cdecl execvpe
(
const
char
*
_Filename
,
char
*
const
_ArgList
[],
char
*
const
_Env
[])
{
return
_execvpe
(
_Filename
,
(
const
char
*
const
*)
_ArgList
,
(
const
char
*
const
*)
_Env
);
}