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