13 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			359 B
		
	
	
	
		
			C
		
	
	
	
	
	
/******************************************************************************
 | 
						|
*
 | 
						|
*
 | 
						|
*****************************************************************************/
 | 
						|
 | 
						|
FILE *spopen (const char *);
 | 
						|
int spclose (FILE *);
 | 
						|
void popen_timeout_alarm_handler (int);
 | 
						|
 | 
						|
pid_t *childpid=NULL;
 | 
						|
int *child_stderr_array=NULL;
 | 
						|
FILE *child_process=NULL;
 | 
						|
FILE *child_stderr=NULL;
 |