Sign in
◑
Theme
mingw
/
mingw-w64
/
e6d94feb99ae013ea9523b82a94d5e3380f8f3be
/
.
/
mingw-w64-crt
/
misc
/
execv.c
blob: 50fd232495f7b171e65e3475c49b4da35b5197a7 [
file
]
#include
<process.h>
int
__cdecl execv
(
const
char
*
_Filename
,
char
*
const
_ArgList
[])
{
return
_execv
(
_Filename
,
(
const
char
*
const
*)
_ArgList
);
}