spawn.h 250 B

12345678910
  1. #ifndef GRASS_SPAWNDEFS_H
  2. #define GRASS_SPAWNDEFS_H
  3. extern int G_spawn(const char *command, ...);
  4. extern int G_vspawn_ex(const char *command, const char **args);
  5. extern int G_spawn_ex(const char *command, ...);
  6. extern int G_wait(int i_pid);
  7. #endif