Sign in
third-party-mirror
/
mingw-w64
/
refs/tags/v5.0.0
/
.
/
mingw-w64-crt
/
misc
/
spawnv.c
blob: 88e690c8b1183d9cb637a9fd7ce8c2f87842f1e0 [
file
] [
log
] [
blame
]
#include
<process.h>
intptr_t
__cdecl spawnv
(
int
mode
,
const
char
*
_Filename
,
char
*
const
_ArgList
[])
{
return
_spawnv
(
mode
,
_Filename
,(
const
char
*
const
*)
_ArgList
);
}