Sign in
mingw
/
mingw-w64
/
75c5c8f10e43e3b70de6f71908d412a4770e5bed
/
.
/
mingw-w64-crt
/
misc
/
spawnvp.c
blob: 24a24fb633d5da448042b1cdd2e3c3ad6568d1ea [
file
]
#include
<process.h>
intptr_t
__cdecl spawnvp
(
int
mode
,
const
char
*
_Filename
,
char
*
const
_ArgList
[]);
{
return
_spawnvp
(
mode
,
_Filename
,(
const
char
*
const
*)
_ArgList
);
}