1#ifndef GRASS_SPAWNDEFS_H
2#define GRASS_SPAWNDEFS_H
4extern int G_spawn(
const char *command, ...);
5extern int G_vspawn_ex(
const char *command,
const char **args);
7extern int G_wait(
int i_pid);
int G_vspawn_ex(const char *command, const char **args)
Spawn new process based on command.
int G_spawn(const char *command,...)
Spawn new process based on command.
int G_spawn_ex(const char *command,...)
Spawn new process based on command.