blob: a1af4be06acc32f7942c5358c777aa983c95e996 (
plain)
1
2
3
4
5
6
7
8
9
|
FILE *spopen (const char *);
int spclose (FILE *);
RETSIGTYPE popen_timeout_alarm_handler (int);
extern int timeout_interval;
pid_t *childpid;
int *child_stderr_array;
FILE *child_process;
FILE *child_stderr;
|