2013-11-26 22:53:19 +00:00
|
|
|
/******************************************************************************
|
2013-11-26 22:55:28 +00:00
|
|
|
*
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
2013-11-26 22:53:19 +00:00
|
|
|
|
|
|
|
FILE *spopen (const char *);
|
|
|
|
int spclose (FILE *);
|
2023-10-18 07:29:37 +00:00
|
|
|
void popen_timeout_alarm_handler (int);
|
2013-11-26 22:53:19 +00:00
|
|
|
|
|
|
|
pid_t *childpid=NULL;
|
|
|
|
int *child_stderr_array=NULL;
|
|
|
|
FILE *child_process=NULL;
|
|
|
|
FILE *child_stderr=NULL;
|