8 lines
162 B
C
8 lines
162 B
C
|
#ifndef _SPAWN_H
|
||
|
#define _SPAWN_H
|
||
|
|
||
|
extern int run_command (const char *cmd, const char *argv[],
|
||
|
const char *envp[], int *status);
|
||
|
|
||
|
#endif
|