#ifndef _SPAWN_H #define _SPAWN_H extern int run_command (const char *cmd, const char *argv[], const char *envp[], int *status); #endif