popen.h 210 B

123456789
  1. FILE *spopen (const char *);
  2. int spclose (FILE *);
  3. RETSIGTYPE popen_timeout_alarm_handler (int);
  4. extern int timeout_interval;
  5. pid_t *childpid;
  6. int *child_stderr_array;
  7. FILE *child_process;
  8. FILE *child_stderr;