rename() fails on Windows if the destination exists.
[4msysgit-hv.git] / spawn-pipe.h
blob41eb81de63f1536aeed2c2460a180d68306fcaca
1 int spawnvpe_pipe(const char *cmd, const char **argv, const char **env, int pin[], int pout[]);
2 const char **copy_environ();
3 const char **copy_env(const char **env);
4 void env_unsetenv(const char **env, const char *name);