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